diff options
Diffstat (limited to 'sapi/phpdbg/phpdbg_help.c')
| -rw-r--r-- | sapi/phpdbg/phpdbg_help.c | 8 | 
1 files changed, 5 insertions, 3 deletions
diff --git a/sapi/phpdbg/phpdbg_help.c b/sapi/phpdbg/phpdbg_help.c index ff16b49b34..d01184b102 100644 --- a/sapi/phpdbg/phpdbg_help.c +++ b/sapi/phpdbg/phpdbg_help.c @@ -25,7 +25,7 @@  #include "phpdbg_eol.h"  #include "zend.h" -ZEND_EXTERN_MODULE_GLOBALS(phpdbg); +ZEND_EXTERN_MODULE_GLOBALS(phpdbg)  /* {{{ Commands Table */  #define PHPDBG_COMMAND_HELP_D(name, tip, alias, action) \ @@ -809,9 +809,11 @@ 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" +"Enter the vm, starting 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  | 
