diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-07-22 10:14:32 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-07-22 10:14:32 +0000 |
commit | 3857a184c76c4a837fcb58d9b1ed5db8fd979488 (patch) | |
tree | 2f36eaed4e2aca7f4e438197932d1f859cf806c9 | |
parent | 795c4bac917b3a300602b86ba0e10e517a3b0886 (diff) | |
download | busybox-3857a184c76c4a837fcb58d9b1ed5db8fd979488.tar.gz |
Document CONFIG_ASH_CMDCMD
-rw-r--r-- | shell/Config.in | 4 |
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 default n depends on CONFIG_ASH help - Please submit a patch to add help text for this item. + Enable support for the ash 'command' builtin, which allows + you to run the specified command with the specified arguments, + even when there is an ash builtin command with the same name. config CONFIG_ASH_MAIL bool " Check for new mail on interactive shells" |