- Fixed missing line-break

This commit is contained in:
Felipe Pena 2015-10-12 09:54:03 -03:00
parent 3831124ef0
commit ffebd5dbf6

View 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