summaryrefslogtreecommitdiff
path: root/sapi/phpdbg/phpdbg_help.c
diff options
context:
space:
mode:
authorAdam Harvey <aharvey@php.net>2016-05-25 12:38:41 -0500
committerAdam Harvey <aharvey@php.net>2016-05-25 12:38:41 -0500
commite623e91e2707e2ba11ab054bd8cf12eb34238118 (patch)
tree41e83144493eed6208ba94ba5e8fcb5f2d091031 /sapi/phpdbg/phpdbg_help.c
parentce932f6479a185d7f7f8a6d1eb9f735bbcadf001 (diff)
downloadphp-git-e623e91e2707e2ba11ab054bd8cf12eb34238118.tar.gz
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.
Diffstat (limited to 'sapi/phpdbg/phpdbg_help.c')
-rw-r--r--sapi/phpdbg/phpdbg_help.c4
1 files changed, 3 insertions, 1 deletions
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