diff options
author | Adam Harvey <aharvey@php.net> | 2016-05-25 12:40:23 -0500 |
---|---|---|
committer | Adam Harvey <aharvey@php.net> | 2016-05-25 12:40:23 -0500 |
commit | ac29f9de868f8f0aa5b1862c41f36d492f491d21 (patch) | |
tree | 8bd139aec11c7664a79ff5883724792238164c71 /sapi/phpdbg/phpdbg_help.c | |
parent | 815b5fe7aefbdf1d7f2e49b57b1cf8d670941894 (diff) | |
parent | e623e91e2707e2ba11ab054bd8cf12eb34238118 (diff) | |
download | php-git-ac29f9de868f8f0aa5b1862c41f36d492f491d21.tar.gz |
Merge branch 'PHP-5.6' into PHP-7.0
* PHP-5.6:
Add missing newlines to phpdbg's help for the run command.
Diffstat (limited to 'sapi/phpdbg/phpdbg_help.c')
-rw-r--r-- | sapi/phpdbg/phpdbg_help.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sapi/phpdbg/phpdbg_help.c b/sapi/phpdbg/phpdbg_help.c index 97b93f4345..839f19100b 100644 --- a/sapi/phpdbg/phpdbg_help.c +++ b/sapi/phpdbg/phpdbg_help.c @@ -810,8 +810,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 |