From 5b3cbe3a535db27302d979bddefa28ca492647e9 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Thu, 27 Jul 2017 14:45:25 +0200 Subject: config: more tweaking of help texts Signed-off-by: Denys Vlasenko --- util-linux/mount.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'util-linux/mount.c') 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. -- cgit v1.2.3