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 /editors | |
parent | 1eceb127bd189bf377b6f25dfce04d61e25d89d2 (diff) | |
download | busybox-e5642119ee566520a098027746808dd6b9226d99.tar.gz |
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 'editors')
-rw-r--r-- | editors/Config.in | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/editors/Config.in b/editors/Config.in index 83aee5a8e..22908de4d 100644 --- a/editors/Config.in +++ b/editors/Config.in @@ -9,14 +9,16 @@ config CONFIG_AWK bool "awk" default n help - Please submit a patch to add help text for this item. + Awk is used as a pattern scanning and processing language. This is + the BusyBox implementation of that programming language. config CONFIG_FEATURE_AWK_MATH bool " Enable math functions (requires libm)" default y depends on CONFIG_AWK help - Please submit a patch to add help text for this item. + Enable math functions of the Awk programming language. + NOTE: This will require libm to be present for linking. config CONFIG_PATCH bool "patch" @@ -89,7 +91,8 @@ config CONFIG_FEATURE_VI_READONLY default y depends on CONFIG_VI help - Please submit a patch to add help text for this item. + Enable the read-only command line option, which allows the user to + open a file in read-only mode. config CONFIG_FEATURE_VI_SETOPTS bool " Enable set-able options, ai ic showmatch" |