]> granicus.if.org Git - php/commitdiff
- Fixed missing line-break
authorFelipe Pena <felipensp@gmail.com>
Mon, 12 Oct 2015 12:54:03 +0000 (09:54 -0300)
committerFelipe Pena <felipensp@gmail.com>
Mon, 12 Oct 2015 12:54:03 +0000 (09:54 -0300)
sapi/phpdbg/phpdbg_help.c

index a99191d51034d532481380c68c60b8c80ff73d2b..a0dd457324e2d4bb6c9f9615a32bac9f17e8d949 100644 (file)
@@ -810,7 +810,7 @@ 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