aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2011-06-15 21:00:18 +0200
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2011-09-13 14:59:06 +0200
commit74b871febbaf8b363c27879bea398cf11da3f48c (patch)
tree7db2b9f27136aed17d08312b20e4f64945146d46
parent13e709c53f700a18a660feebdf72c613a233bf48 (diff)
downloadbusybox-w32-74b871febbaf8b363c27879bea398cf11da3f48c.tar.gz
busybox-w32-74b871febbaf8b363c27879bea398cf11da3f48c.tar.bz2
busybox-w32-74b871febbaf8b363c27879bea398cf11da3f48c.zip
Config: fix wording in help-text
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
-rw-r--r--libbb/Config.src4
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
191 191
192 However, some systems do not mount anything on /. 192 However, some systems do not mount anything on /.
193 If you need to configure busybox for one of these systems, 193 If you need to configure busybox for one of these systems,
194 you may find useful to turn this option off to make df show 194 you may find it useful to turn this option off to make df show
195 initramfs statistic. 195 initramfs statistics.
196 196
197 Otherwise, choose Y. 197 Otherwise, choose Y.
198 198