diff options
author | Bob Weinand <bobwei9@hotmail.com> | 2014-06-29 11:28:33 +0200 |
---|---|---|
committer | Bob Weinand <bobwei9@hotmail.com> | 2014-06-29 11:28:33 +0200 |
commit | debc20df808bc76976f9da95caaf5659775a009a (patch) | |
tree | f08fc1f20272dd018b4017116620d8b09371e6b0 | |
parent | 986a89ae1b47a4acc0b57a6e9027a91bd0ae7683 (diff) | |
parent | 2e667544085856789c75061344faac4dd05fe69c (diff) | |
download | php-git-debc20df808bc76976f9da95caaf5659775a009a.tar.gz |
Merge pull request #101 from dshafik/fix-95
Replace incorrect `E` command with `ev` in watch help
-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 f2d074ded6..58f995b5a9 100644 --- a/phpdbg_help.c +++ b/phpdbg_help.c @@ -629,7 +629,7 @@ phpdbg_help_text_t phpdbg_help_text[] = { "**Examples**" CR CR " $P frame 2" CR -" $P E $count" CR +" $P ev $count" CR " Go to frame 2 and print out variable **$count** in that frame" CR CR "Note that this frame scope is discarded when execution continues, with the execution frame " |