From 09e522322af7268f53d340cbff3d109fab058539 Mon Sep 17 00:00:00 2001 From: Miriam Lauter Date: Mon, 18 Mar 2019 12:47:18 -0400 Subject: Fix #77767: phpdbg break command help message shows incorrect aliases Previously the aliases for at and del were listed as A and d in the help message for break. This patch corrects the aliases to be @ and ~ respectively. --- sapi/phpdbg/phpdbg_help.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sapi/phpdbg/phpdbg_help.c') diff --git a/sapi/phpdbg/phpdbg_help.c b/sapi/phpdbg/phpdbg_help.c index e9caa18895..b328906d3c 100644 --- a/sapi/phpdbg/phpdbg_help.c +++ b/sapi/phpdbg/phpdbg_help.c @@ -544,8 +544,8 @@ phpdbg_help_text_t phpdbg_help_text[] = { "types:" CR CR " **Target** **Alias** **Purpose**" CR -" **at** **A** specify breakpoint by location and condition" CR -" **del** **d** delete breakpoint by breakpoint identifier number" CR CR +" **at** **@** specify breakpoint by location and condition" CR +" **del** **~** delete breakpoint by breakpoint identifier number" CR CR "**Break at** takes two arguments. The first is any valid target. The second " "is a valid PHP expression which will trigger the break in " -- cgit v1.2.1