From e623e91e2707e2ba11ab054bd8cf12eb34238118 Mon Sep 17 00:00:00 2001 From: Adam Harvey Date: Wed, 25 May 2016 12:38:41 -0500 Subject: Add missing newlines to phpdbg's help for the run command. This is not at all related to needing screenshots for a talk I'm giving in two days. No sir. Not at all. --- sapi/phpdbg/phpdbg_help.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sapi') diff --git a/sapi/phpdbg/phpdbg_help.c b/sapi/phpdbg/phpdbg_help.c index a370769ce6..443e5c8000 100644 --- a/sapi/phpdbg/phpdbg_help.c +++ b/sapi/phpdbg/phpdbg_help.c @@ -781,8 +781,10 @@ phpdbg_help_text_t phpdbg_help_text[] = { {"run", "Enter the vm, startinging execution. Execution will then continue until the next breakpoint " -"or completion of the script. Add parameters you want to use as $argv" +"or completion of the script. Add parameters you want to use as $argv" CR CR + "**Examples**" CR CR + " $P run" CR " $P r" CR " Will cause execution of the context, if it is set" CR CR -- cgit v1.2.1