diff options
author | krakjoe <joe.watkins@live.co.uk> | 2013-11-25 18:39:27 +0000 |
---|---|---|
committer | krakjoe <joe.watkins@live.co.uk> | 2013-11-25 18:39:27 +0000 |
commit | 6932eb76e3631e5e8e12e1545d152a3b8567297c (patch) | |
tree | 062b977c2c85f9ce3162202224b88d82f2d42126 /phpdbg_help.c | |
parent | 754fe822161a929ba17c8aba72029bdb6d46236e (diff) | |
download | php-git-6932eb76e3631e5e8e12e1545d152a3b8567297c.tar.gz |
correction in help
Diffstat (limited to 'phpdbg_help.c')
-rw-r--r-- | phpdbg_help.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpdbg_help.c b/phpdbg_help.c index 227f8414b9..c9598a712e 100644 --- a/phpdbg_help.c +++ b/phpdbg_help.c @@ -221,7 +221,7 @@ PHPDBG_HELP(break) /* {{{ */ phpdbg_writeln(EMPTY); phpdbg_notice("Examples"); phpdbg_writeln("\t%sbreak [file] test.php:1", phpdbg_get_prompt(TSRMLS_C)); - phpdbg_writeln("\t%sb [f] test.php:1", phpdbg_get_prompt(TSRMLS_C)); + phpdbg_writeln("\t%sb [F] test.php:1", phpdbg_get_prompt(TSRMLS_C)); phpdbg_writeln("\tWill break execution on line 1 of test.php"); phpdbg_writeln(EMPTY); phpdbg_writeln("\t%sbreak [func] my_function", phpdbg_get_prompt(TSRMLS_C)); |