Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-07-09 13:50:33 +0400
committerDenis Vlasenko <vda.linux@googlemail.com>2008-07-09 13:50:33 +0400
commitf62ab2d77455ca42e1300e72b70d06e8a16db53b (patch)
tree7a5391066d647ecec698214773eee8504c7a041a /modutils/Config.in
parentdbef1173b00f0877a63121c40bf607155ac1e9a7 (diff)
libbb: use improved xmalloc_read() from modprobe-small
who: fix compile breakage on some systems modprobe-small: improve Config help text wording
Diffstat (limited to 'modutils/Config.in')
-rw-r--r--modutils/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/modutils/Config.in b/modutils/Config.in
index 25841b8ff..2e7f9b6e5 100644
--- a/modutils/Config.in
+++ b/modutils/Config.in
@@ -31,7 +31,7 @@ config MODPROBE_SMALL
than "non-small" modutils.
config FEATURE_MODPROBE_SMALL_OPTIONS_ON_CMDLINE
- bool "module options on cmdline"
+ bool "Accept module options on modprobe command line"
default n
depends on MODPROBE_SMALL
help