]> granicus.if.org Git - php/commitdiff
consistent ordering
authorkrakjoe <joe.watkins@live.co.uk>
Mon, 25 Nov 2013 16:43:23 +0000 (16:43 +0000)
committerkrakjoe <joe.watkins@live.co.uk>
Mon, 25 Nov 2013 16:43:23 +0000 (16:43 +0000)
phpdbg_help.h

index f9306e5c61f2b39567b6d86537cd0a4966d45bfb..7a50b4ddd3c8e5497a5d51d41681d94b3c6974a4 100644 (file)
@@ -48,9 +48,9 @@ PHPDBG_HELP(frame);
 PHPDBG_HELP(quiet);
 PHPDBG_HELP(list);
 PHPDBG_HELP(set);
-PHPDBG_HELP(source);
 PHPDBG_HELP(register);
 PHPDBG_HELP(options);
+PHPDBG_HELP(source);
 PHPDBG_HELP(shell);
 
 /**
@@ -76,9 +76,9 @@ 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(set,      "configure how phpdbg looks and behaves",                                                                                  'S', help_set,     NULL, 0),
-       PHPDBG_COMMAND_D_EX(source,   "load a phpdbginit file at the console",                                                                                   '.', help_source,      NULL, 0),
        PHPDBG_COMMAND_D_EX(register, "register a function for use as a command",                                                                                'R', help_register,NULL, 0),
        PHPDBG_COMMAND_D_EX(options,  "show information about command line options",                                             'o', help_options, NULL, 0),
+       PHPDBG_COMMAND_D_EX(source,   "load a phpdbginit file at the console",                                                                                   '.', help_source,      NULL, 0),
        PHPDBG_COMMAND_D_EX(shell,    "execute system commands with direct shell access",                                                                '-', help_shell,   NULL, 0),
        PHPDBG_END_COMMAND
 };