Skip to content

Commit e623e91

Browse files
committed
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.
1 parent ce932f6 commit e623e91

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

sapi/phpdbg/phpdbg_help.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -781,8 +781,10 @@ phpdbg_help_text_t phpdbg_help_text[] = {
781781

782782
{"run",
783783
"Enter the vm, startinging execution. Execution will then continue until the next breakpoint "
784-
"or completion of the script. Add parameters you want to use as $argv"
784+
"or completion of the script. Add parameters you want to use as $argv" CR CR
785+
785786
"**Examples**" CR CR
787+
786788
" $P run" CR
787789
" $P r" CR
788790
" Will cause execution of the context, if it is set" CR CR

0 commit comments

Comments
 (0)