diff options
-rw-r--r-- | phpdbg_help.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpdbg_help.c b/phpdbg_help.c index 263ce6c1c9..fa5741b911 100644 --- a/phpdbg_help.c +++ b/phpdbg_help.c @@ -467,6 +467,7 @@ PHPDBG_HELP(set) /* {{{ */ ++color; } } + phpdbg_writeln("The <element> for set color can be \"prompt\", \"notice\", or \"error\""); phpdbg_help_footer(); return SUCCESS; } /* }}} */ |