]> granicus.if.org Git - php/commitdiff
add element help for set color command
authorkrakjoe <joe.watkins@live.co.uk>
Sun, 24 Nov 2013 20:20:23 +0000 (20:20 +0000)
committerkrakjoe <joe.watkins@live.co.uk>
Sun, 24 Nov 2013 20:20:23 +0000 (20:20 +0000)
phpdbg_help.c

index 263ce6c1c9e43a6974382682b327d1a2a8ec9f55..fa5741b911328cddee534e79fc27021ea4aa7a45 100644 (file)
@@ -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;
 } /* }}} */