From: krakjoe Date: Sun, 24 Nov 2013 20:20:23 +0000 (+0000) Subject: add element help for set color command X-Git-Tag: php-5.6.0alpha1~110^2~77 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=873ce08d6b7a8e7468accb7079d8188ce334e579;p=php add element help for set color command --- 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 for set color can be \"prompt\", \"notice\", or \"error\""); phpdbg_help_footer(); return SUCCESS; } /* }}} */