diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2011-06-15 21:00:18 +0200 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2011-09-13 14:59:06 +0200 |
commit | 74b871febbaf8b363c27879bea398cf11da3f48c (patch) | |
tree | 7db2b9f27136aed17d08312b20e4f64945146d46 /libbb | |
parent | 13e709c53f700a18a660feebdf72c613a233bf48 (diff) | |
download | busybox-74b871febbaf8b363c27879bea398cf11da3f48c.tar.gz |
Config: fix wording in help-text
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'libbb')
-rw-r--r-- | libbb/Config.src | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libbb/Config.src b/libbb/Config.src index f45e43b04..ee1b66a45 100644 --- a/libbb/Config.src +++ b/libbb/Config.src @@ -191,8 +191,8 @@ config FEATURE_SKIP_ROOTFS However, some systems do not mount anything on /. If you need to configure busybox for one of these systems, - you may find useful to turn this option off to make df show - initramfs statistic. + you may find it useful to turn this option off to make df show + initramfs statistics. Otherwise, choose Y. |