diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-07-14 19:37:08 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-07-14 19:37:08 +0000 |
commit | e5642119ee566520a098027746808dd6b9226d99 (patch) | |
tree | bcdb42552005d1498a48ffd634b1c216f01b8f13 /init | |
parent | 1eceb127bd189bf377b6f25dfce04d61e25d89d2 (diff) | |
download | busybox-w32-e5642119ee566520a098027746808dd6b9226d99.tar.gz busybox-w32-e5642119ee566520a098027746808dd6b9226d99.tar.bz2 busybox-w32-e5642119ee566520a098027746808dd6b9226d99.zip |
Patch from Thomas Cameron:
Hello all,
This patch adds more "Help" text to the config system. Almost
all applets now have a help entry. Also, I cleaned up the spacing of
the existing text so that things are consistent. This patch is against
this morning's CVS.
Thomas Cameron
CEI Systems, Inc.
Diffstat (limited to 'init')
-rw-r--r-- | init/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init/Config.in b/init/Config.in index d56cd5540..c8c6a9cd6 100644 --- a/init/Config.in +++ b/init/Config.in | |||
@@ -49,7 +49,7 @@ config CONFIG_HALT | |||
49 | default y | 49 | default y |
50 | depends on CONFIG_INIT | 50 | depends on CONFIG_INIT |
51 | help | 51 | help |
52 | Stop all processes. | 52 | 'halt' tells the kernel to stop all processes and halt the system. |
53 | 53 | ||
54 | config CONFIG_POWEROFF | 54 | config CONFIG_POWEROFF |
55 | bool "poweroff" | 55 | bool "poweroff" |