diff options
author | Bob Weinand <bobwei9@hotmail.com> | 2013-11-25 23:45:55 +0100 |
---|---|---|
committer | Bob Weinand <bobwei9@hotmail.com> | 2013-11-25 23:45:55 +0100 |
commit | 02ae3f8de1799d5ae4a6fa2cc86a34acb4767e9c (patch) | |
tree | e09cccc2933e87519fba1465178e819213b68893 /phpdbg_help.c | |
parent | 4e6a8eeffa4cdec4b75303788e676468fdf6129e (diff) | |
download | php-git-02ae3f8de1799d5ae4a6fa2cc86a34acb4767e9c.tar.gz |
Merge branch 'master' of https://github.com/krakjoe/phpdbg
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 c9598a712e..650025b7c1 100644 --- a/phpdbg_help.c +++ b/phpdbg_help.c @@ -234,7 +234,7 @@ PHPDBG_HELP(break) /* {{{ */ phpdbg_writeln(EMPTY); phpdbg_writeln("\t%sbreak [address] 0x7ff68f570e08", phpdbg_get_prompt(TSRMLS_C)); phpdbg_writeln("\t%sb [a] 0x7ff68f570e08", phpdbg_get_prompt(TSRMLS_C)); - phpdbg_writeln("\tWill break at the opline with the address provided (addresses are shown during execution)"); + phpdbg_writeln("\tWill break at the opline with the address provided"); phpdbg_writeln(EMPTY); phpdbg_writeln("\t%sbreak [lineno] 200", phpdbg_get_prompt(TSRMLS_C)); phpdbg_writeln("\t%sb [l] 200", phpdbg_get_prompt(TSRMLS_C)); |