From 2e667544085856789c75061344faac4dd05fe69c Mon Sep 17 00:00:00 2001 From: Davey Shafik Date: Sun, 29 Jun 2014 04:33:27 -0400 Subject: [PATCH] Replace incorrect `E` command with `ev` in watch help Fixes #95 --- phpdbg_help.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 " -- 2.40.0