commit | 81352ed0d8c44d0ccf94710a8624e2c08b0a3ba3 | [log] [tgz] |
---|---|---|
author | Wolfgang Denk <wd@pollux.denx.de> | Sat Oct 28 02:28:02 2006 +0200 |
committer | Wolfgang Denk <wd@denx.de> | Sat Oct 28 02:28:02 2006 +0200 |
tree | 8d078239e1b4b3075e41c7876e303bdde982c835 | |
parent | bc50f8cc18e71bdb513ff1758f77e858183ae4f2 [diff] [blame] |
README says CFG_AUTO_COMPLETE, but ocde uses CONFIG_AUTO_COMPLETE
diff --git a/README b/README index 8d876e4..b78ea61 100644 --- a/README +++ b/README
@@ -1466,10 +1466,14 @@ default value of 5 is used. - Command Interpreter: - CFG_AUTO_COMPLETE + CONFIG_AUTO_COMPLETE Enable auto completion of commands using TAB. + Note that this feature has NOT been implemented yet + for the "hush" shell. + + CFG_HUSH_PARSER Define this variable to enable the "hush" shell (from