summaryrefslogtreecommitdiff
path: root/phpdbg_help.c
diff options
context:
space:
mode:
authorBob Weinand <bobwei9@hotmail.com>2014-06-29 11:28:33 +0200
committerBob Weinand <bobwei9@hotmail.com>2014-06-29 11:28:33 +0200
commitdebc20df808bc76976f9da95caaf5659775a009a (patch)
treef08fc1f20272dd018b4017116620d8b09371e6b0 /phpdbg_help.c
parent986a89ae1b47a4acc0b57a6e9027a91bd0ae7683 (diff)
parent2e667544085856789c75061344faac4dd05fe69c (diff)
downloadphp-git-debc20df808bc76976f9da95caaf5659775a009a.tar.gz
Merge pull request #101 from dshafik/fix-95
Replace incorrect `E` command with `ev` in watch help
Diffstat (limited to 'phpdbg_help.c')
-rw-r--r--phpdbg_help.c2
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 "