config: more tweaking of help texts
authorDenys Vlasenko <vda.linux@googlemail.com>
Thu, 27 Jul 2017 12:45:25 +0000 (14:45 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Thu, 27 Jul 2017 12:45:25 +0000 (14:45 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
miscutils/crond.c
util-linux/getopt.c
util-linux/mount.c
util-linux/umount.c

index 5ae0ff084ef246461085c60f976345013878fe39..48e42997615df8930bf81cf4e2f59bd321c522c9 100644 (file)
@@ -22,7 +22,7 @@
 //config:              40 4 * * * /etc/cron/daily > /dev/null 2>&1
 //config:
 //config:config FEATURE_CROND_D
-//config:      bool "Support option -d to redirect output to stderr"
+//config:      bool "Support -d (redirect output to stderr)"
 //config:      depends on CROND
 //config:      default y
 //config:      help
index cd5679cff7de5b44de774abce699cb591bf5dfdb..cf1bc592f5f4fa8da54d731d3a3c6338732d9dd1 100644 (file)
@@ -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
index 5f030607c3382037f7b885937c2009cec55ff8ea..4d5c2243a0e9acbba2974cf89b8f59375d408446 100644 (file)
 //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.
index 31bf671c1343f9f73358c73ddd54ef6fe24293ca..122c0f579181db3766c444f6e2ad1e6a480d256d 100644 (file)
@@ -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