]> granicus.if.org Git - php/commitdiff
correction to aliases
authorkrakjoe <joe.watkins@live.co.uk>
Mon, 18 Nov 2013 14:51:08 +0000 (14:51 +0000)
committerkrakjoe <joe.watkins@live.co.uk>
Mon, 18 Nov 2013 14:51:08 +0000 (14:51 +0000)
phpdbg_help.h

index 400d2003cfa93fec514c5a9e64bf6332971e70b8..89de11b9e93db474ccb24e7d924a1a2d2e8bda1b 100644 (file)
@@ -68,7 +68,7 @@ static const phpdbg_command_t phpdbg_help_commands[] = {
        PHPDBG_COMMAND_D_EX(clear,    "reset breakpoints to execute without interruption",                                               'c', help_clear,   NULL, 0),
        PHPDBG_COMMAND_D_EX(info,     "quick access to useful information on the console",                               'i', help_info,    NULL, 0),
        PHPDBG_COMMAND_D_EX(back,     "show debug backtrace information during execution",                               't', help_back,    NULL, 0),
-    PHPDBG_COMMAND_D_EX(quiet,    "be quiet during execution",                                                       's', help_quiet,   NULL, 0),
+    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(shell,    "execute system commands with direct shell access",                                                                '-', help_shell,   NULL, 0),