diff options
author | Wolfgang Denk | 2006-10-28 02:28:02 +0200 |
---|---|---|
committer | Wolfgang Denk | 2006-10-28 02:28:02 +0200 |
commit | 8078f1a5f63a739b8533478f6c2b62fb1e2f79d7 (patch) | |
tree | 8d078239e1b4b3075e41c7876e303bdde982c835 /README | |
parent | 471a7be7a042e95e440f5de969c9765214ae8d6e (diff) |
README says CFG_AUTO_COMPLETE, but ocde uses CONFIG_AUTO_COMPLETE
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1466,10 +1466,14 @@ The following options need to be configured: 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 |