summaryrefslogtreecommitdiff
path: root/include/cli_readline.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/cli_readline.h')
-rw-r--r--include/cli_readline.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/include/cli_readline.h b/include/cli_readline.h
index b7dc938..4471568 100644
--- a/include/cli_readline.h
+++ b/include/cli_readline.h
@@ -29,10 +29,9 @@ int cli_readline(const FLASH char *const prompt);
* maximum line length is CONFIG_SYS_CBSIZE including a \0 terminator, which
* will always be added.
*
- * The command is echoed as it is typed. Command editing is supported if
- * CONFIG_CMDLINE_EDITING is defined. Tab auto-complete is supported if
- * CONFIG_AUTO_COMPLETE is defined. If CONFIG_BOOT_RETRY_TIME is defined,
- * then a timeout will be applied.
+ * The command is echoed as it is typed. Command editing is supported.
+ * Tab auto-complete is supported if CONFIG_AUTO_COMPLETE is defined.
+ * If CONFIG_BOOT_RETRY_TIME is defined, then a timeout will be applied.
*
* If CONFIG_BOOT_RETRY_TIME is defined and retry_time >= 0,
* time out when time goes past endtime (timebase time in ticks).