summaryrefslogtreecommitdiff
path: root/sapi
diff options
context:
space:
mode:
authorAdam Harvey <aharvey@php.net>2016-05-25 12:42:17 -0500
committerAdam Harvey <aharvey@php.net>2016-05-25 12:42:17 -0500
commit457d3ad36c3984ddbcb268a8f38aa29cba6b9a83 (patch)
tree1a47a95719907cb0bcbe561008e7dfc2086d9ef5 /sapi
parent8c9f3ff0868c06ee915b5fa5865dc855fe445d38 (diff)
parentac29f9de868f8f0aa5b1862c41f36d492f491d21 (diff)
downloadphp-git-457d3ad36c3984ddbcb268a8f38aa29cba6b9a83.tar.gz
Merge branch 'PHP-7.0'
* PHP-7.0: Add missing newlines to phpdbg's help for the run command.
Diffstat (limited to 'sapi')
-rw-r--r--sapi/phpdbg/phpdbg_help.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sapi/phpdbg/phpdbg_help.c b/sapi/phpdbg/phpdbg_help.c
index fb73419910..839f19100b 100644
--- a/sapi/phpdbg/phpdbg_help.c
+++ b/sapi/phpdbg/phpdbg_help.c
@@ -811,7 +811,9 @@ 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" CR CR
+
"**Examples**" CR CR
+
" $P run" CR
" $P r" CR
" Will cause execution of the context, if it is set" CR CR