]> granicus.if.org Git - php/commitdiff
Add missing newlines to phpdbg's help for the run command.
authorAdam Harvey <aharvey@php.net>
Wed, 25 May 2016 17:38:41 +0000 (12:38 -0500)
committerAdam Harvey <aharvey@php.net>
Wed, 25 May 2016 17:38:41 +0000 (12:38 -0500)
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

index a370769ce687fa1616fac6f29b0cd4ed31d53aa0..443e5c80000f05279c84d552ff86af21630a4aed 100644 (file)
@@ -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