From 873ce08d6b7a8e7468accb7079d8188ce334e579 Mon Sep 17 00:00:00 2001 From: krakjoe Date: Sun, 24 Nov 2013 20:20:23 +0000 Subject: [PATCH] add element help for set color command --- phpdbg_help.c | 1 + 1 file changed, 1 insertion(+) 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; } /* }}} */ -- 2.40.0