diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2017-07-27 14:45:25 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2017-07-27 14:45:25 +0200 |
commit | 5b3cbe3a535db27302d979bddefa28ca492647e9 (patch) | |
tree | 0d6b174ad30e5298f119fa7b34c8efb91fc34ecc /util-linux | |
parent | e9a5a6985ca7f484df60df1f9bdc8b62eac88f2e (diff) |
config: more tweaking of help texts
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'util-linux')
-rw-r--r-- | util-linux/getopt.c | 2 | ||||
-rw-r--r-- | util-linux/mount.c | 6 | ||||
-rw-r--r-- | util-linux/umount.c | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/util-linux/getopt.c b/util-linux/getopt.c index cd5679cff..cf1bc592f 100644 --- a/util-linux/getopt.c +++ b/util-linux/getopt.c @@ -41,7 +41,7 @@ //config: wisely leave this disabled. //config: //config:config FEATURE_GETOPT_LONG -//config: bool "Support option -l" +//config: bool "Support -l LONGOPTs" //config: default y if LONG_OPTS //config: depends on GETOPT //config: help diff --git a/util-linux/mount.c b/util-linux/mount.c index 5f030607c..4d5c2243a 100644 --- a/util-linux/mount.c +++ b/util-linux/mount.c @@ -29,14 +29,14 @@ //config: NFS filesystems. //config: //config:config FEATURE_MOUNT_FAKE -//config: bool "Support option -f" +//config: bool "Support -f (fake mount)" //config: default y //config: depends on MOUNT //config: help //config: Enable support for faking a file system mount. //config: //config:config FEATURE_MOUNT_VERBOSE -//config: bool "Support option -v" +//config: bool "Support -v (verbose)" //config: default y //config: depends on MOUNT //config: help @@ -98,7 +98,7 @@ //config: //config:config FEATURE_MOUNT_FSTAB //config: depends on MOUNT -//config: bool "Support /etc/fstab and -a" +//config: bool "Support /etc/fstab and -a (mount all)" //config: default y //config: help //config: Support mount all and looking for files in /etc/fstab. diff --git a/util-linux/umount.c b/util-linux/umount.c index 31bf671c1..122c0f579 100644 --- a/util-linux/umount.c +++ b/util-linux/umount.c @@ -18,7 +18,7 @@ //config: utility, you almost certainly also want to enable 'umount'. //config: //config:config FEATURE_UMOUNT_ALL -//config: bool "Support option -a" +//config: bool "Support -a (unmount all)" //config: default y //config: depends on UMOUNT //config: help |