summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 "