From: krakjoe Date: Tue, 19 Nov 2013 01:51:56 +0000 (+0000) Subject: ... X-Git-Tag: php-5.6.0alpha1~110^2~209 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=54aaf898ca8ca9c641ffa2659845b0e7d8170ebe;p=php ... --- diff --git a/phpdbg_help.h b/phpdbg_help.h index 2768663a12..ec520c5af3 100644 --- a/phpdbg_help.h +++ b/phpdbg_help.h @@ -72,7 +72,7 @@ static const phpdbg_command_t phpdbg_help_commands[] = { PHPDBG_COMMAND_D_EX(quiet, "be quiet during execution", 'Q', help_quiet, NULL, 0), PHPDBG_COMMAND_D_EX(list, "list code gives you quick access to code", 'l', help_list, NULL, 0), PHPDBG_COMMAND_D_EX(oplog, "keep clutter off the screen by logging oplines", 'O', help_oplog, NULL, 0), - PHPDBG_COMMAND_D_EX(register, "register a php function for use as a command", 'R', help_register,NULL, 0), + PHPDBG_COMMAND_D_EX(register, "register a function for use as a command", 'R', help_register,NULL, 0), PHPDBG_COMMAND_D_EX(shell, "execute system commands with direct shell access", '-', help_shell, NULL, 0), PHPDBG_END_COMMAND };