Commit:    e02c26d1f502a28103e1b2367547ed188c5ab4c5
Author:    krakjoe <joe.watk...@live.co.uk>         Mon, 18 Nov 2013 14:51:08 
+0000
Parents:   93c5968e72660d281a3869a0746c0c6009bc2b2b
Branches:  PHP-5.6

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=e02c26d1f502a28103e1b2367547ed188c5ab4c5

Log:
correction to aliases

Changed paths:
  M  phpdbg_help.h


Diff:
diff --git a/phpdbg_help.h b/phpdbg_help.h
index 400d200..89de11b 100644
--- a/phpdbg_help.h
+++ b/phpdbg_help.h
@@ -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),


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to