aboutsummaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2003-07-22 10:14:32 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2003-07-22 10:14:32 +0000
commit305a9e1155cdeaabd5167c87990609839f8e4d39 (patch)
tree2f36eaed4e2aca7f4e438197932d1f859cf806c9 /shell
parent1a8960cf0da97d1a0c9ab05ba9dc45d8ee0e5f9d (diff)
downloadbusybox-w32-305a9e1155cdeaabd5167c87990609839f8e4d39.tar.gz
busybox-w32-305a9e1155cdeaabd5167c87990609839f8e4d39.tar.bz2
busybox-w32-305a9e1155cdeaabd5167c87990609839f8e4d39.zip
Document CONFIG_ASH_CMDCMD
git-svn-id: svn://busybox.net/trunk/busybox@7096 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'shell')
-rw-r--r--shell/Config.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/shell/Config.in b/shell/Config.in
index 57633eb30..c1e909944 100644
--- a/shell/Config.in
+++ b/shell/Config.in
@@ -80,7 +80,9 @@ config CONFIG_ASH_CMDCMD
80 default n 80 default n
81 depends on CONFIG_ASH 81 depends on CONFIG_ASH
82 help 82 help
83 Please submit a patch to add help text for this item. 83 Enable support for the ash 'command' builtin, which allows
84 you to run the specified command with the specified arguments,
85 even when there is an ash builtin command with the same name.
84 86
85config CONFIG_ASH_MAIL 87config CONFIG_ASH_MAIL
86 bool " Check for new mail on interactive shells" 88 bool " Check for new mail on interactive shells"