aboutsummaryrefslogtreecommitdiff
path: root/include/usage.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/usage.h')
-rw-r--r--include/usage.h18
1 files changed, 10 insertions, 8 deletions
diff --git a/include/usage.h b/include/usage.h
index 80111e5ef..9c0d29d94 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -4666,22 +4666,24 @@
4666 "\n -f name tun device (/dev/net/tun)" \ 4666 "\n -f name tun device (/dev/net/tun)" \
4667 "\n -t name Create iface 'name'" \ 4667 "\n -t name Create iface 'name'" \
4668 "\n -d name Delete iface 'name'" \ 4668 "\n -d name Delete iface 'name'" \
4669IF_FEATURE_TUNCTL_UG( \ 4669 IF_FEATURE_TUNCTL_UG( \
4670 "\n -u owner Set iface owner" \ 4670 "\n -u owner Set iface owner" \
4671 "\n -g group Set iface group" \ 4671 "\n -g group Set iface group" \
4672 "\n -b Brief output" \ 4672 "\n -b Brief output" \
4673) 4673 )
4674#define tunctl_example_usage \ 4674#define tunctl_example_usage \
4675 "# tunctl\n" \ 4675 "# tunctl\n" \
4676 "# tunctl -d tun0\n" 4676 "# tunctl -d tun0\n"
4677 4677
4678#define tune2fs_trivial_usage \ 4678#define tune2fs_trivial_usage \
4679 "[-c max-mounts-count] [-e errors-behavior] [-g group] " \ 4679/* "[-c max-mounts-count] [-e errors-behavior] [-g group] " */ \
4680 "[-i interval[d|m|w]] [-j] [-J journal-options] [-l] [-s sparse-flag] " \ 4680/* "[-i interval[d|m|w]] [-j] [-J journal-options] [-l] [-s sparse-flag] " */ \
4681 "[-m reserved-blocks-percent] [-o [^]mount-options[,...]] " \ 4681/* "[-m reserved-blocks-percent] [-o [^]mount-options[,...]] " */ \
4682 "[-r reserved-blocks-count] [-u user] [-C mount-count] " \ 4682/* "[-r reserved-blocks-count] [-u user] [-C mount-count] " */ \
4683 "[-L volume-label] [-M last-mounted-dir] [-O [^]feature[,...]] " \ 4683 "[-L LABEL] " \
4684 "[-T last-check-time] [-U UUID] device" 4684/* "[-M last-mounted-dir] [-O [^]feature[,...]] " */ \
4685/* "[-T last-check-time] [-U UUID] " */ \
4686 "BLOCKDEV"
4685#define tune2fs_full_usage "\n\n" \ 4687#define tune2fs_full_usage "\n\n" \
4686 "Adjust filesystem options on ext[23] filesystems" 4688 "Adjust filesystem options on ext[23] filesystems"
4687 4689