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/umount.c | |
parent | e9a5a6985ca7f484df60df1f9bdc8b62eac88f2e (diff) | |
download | busybox-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>
Diffstat (limited to 'util-linux/umount.c')
-rw-r--r-- | util-linux/umount.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |