aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2017-07-27 14:45:25 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2017-07-27 14:45:25 +0200
commit5b3cbe3a535db27302d979bddefa28ca492647e9 (patch)
tree0d6b174ad30e5298f119fa7b34c8efb91fc34ecc
parente9a5a6985ca7f484df60df1f9bdc8b62eac88f2e (diff)
downloadbusybox-w32-5b3cbe3a535db27302d979bddefa28ca492647e9.tar.gz
busybox-w32-5b3cbe3a535db27302d979bddefa28ca492647e9.tar.bz2
busybox-w32-5b3cbe3a535db27302d979bddefa28ca492647e9.zip
config: more tweaking of help texts
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r--miscutils/crond.c2
-rw-r--r--util-linux/getopt.c2
-rw-r--r--util-linux/mount.c6
-rw-r--r--util-linux/umount.c2
4 files changed, 6 insertions, 6 deletions
diff --git a/miscutils/crond.c b/miscutils/crond.c
index 5ae0ff084..48e429976 100644
--- a/miscutils/crond.c
+++ b/miscutils/crond.c
@@ -22,7 +22,7 @@
22//config: 40 4 * * * /etc/cron/daily > /dev/null 2>&1 22//config: 40 4 * * * /etc/cron/daily > /dev/null 2>&1
23//config: 23//config:
24//config:config FEATURE_CROND_D 24//config:config FEATURE_CROND_D
25//config: bool "Support option -d to redirect output to stderr" 25//config: bool "Support -d (redirect output to stderr)"
26//config: depends on CROND 26//config: depends on CROND
27//config: default y 27//config: default y
28//config: help 28//config: help
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 @@
41//config: wisely leave this disabled. 41//config: wisely leave this disabled.
42//config: 42//config:
43//config:config FEATURE_GETOPT_LONG 43//config:config FEATURE_GETOPT_LONG
44//config: bool "Support option -l" 44//config: bool "Support -l LONGOPTs"
45//config: default y if LONG_OPTS 45//config: default y if LONG_OPTS
46//config: depends on GETOPT 46//config: depends on GETOPT
47//config: help 47//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 @@
29//config: NFS filesystems. 29//config: NFS filesystems.
30//config: 30//config:
31//config:config FEATURE_MOUNT_FAKE 31//config:config FEATURE_MOUNT_FAKE
32//config: bool "Support option -f" 32//config: bool "Support -f (fake mount)"
33//config: default y 33//config: default y
34//config: depends on MOUNT 34//config: depends on MOUNT
35//config: help 35//config: help
36//config: Enable support for faking a file system mount. 36//config: Enable support for faking a file system mount.
37//config: 37//config:
38//config:config FEATURE_MOUNT_VERBOSE 38//config:config FEATURE_MOUNT_VERBOSE
39//config: bool "Support option -v" 39//config: bool "Support -v (verbose)"
40//config: default y 40//config: default y
41//config: depends on MOUNT 41//config: depends on MOUNT
42//config: help 42//config: help
@@ -98,7 +98,7 @@
98//config: 98//config:
99//config:config FEATURE_MOUNT_FSTAB 99//config:config FEATURE_MOUNT_FSTAB
100//config: depends on MOUNT 100//config: depends on MOUNT
101//config: bool "Support /etc/fstab and -a" 101//config: bool "Support /etc/fstab and -a (mount all)"
102//config: default y 102//config: default y
103//config: help 103//config: help
104//config: Support mount all and looking for files in /etc/fstab. 104//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 @@
18//config: utility, you almost certainly also want to enable 'umount'. 18//config: utility, you almost certainly also want to enable 'umount'.
19//config: 19//config:
20//config:config FEATURE_UMOUNT_ALL 20//config:config FEATURE_UMOUNT_ALL
21//config: bool "Support option -a" 21//config: bool "Support -a (unmount all)"
22//config: default y 22//config: default y
23//config: depends on UMOUNT 23//config: depends on UMOUNT
24//config: help 24//config: help