summaryrefslogtreecommitdiff
path: root/phpdbg_help.c
diff options
context:
space:
mode:
authorDavey Shafik <me@daveyshafik.com>2014-06-29 04:33:27 -0400
committerDavey Shafik <me@daveyshafik.com>2014-06-29 04:44:02 -0400
commit2e667544085856789c75061344faac4dd05fe69c (patch)
tree755bc7788c0023a1ec004e4be575d9ab1c4fee1f /phpdbg_help.c
parent62b6cdbbd783040f43eb4479357a85491214cedd (diff)
downloadphp-git-2e667544085856789c75061344faac4dd05fe69c.tar.gz
Replace incorrect `E` command with `ev` in watch help
Fixes #95
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 "