]> granicus.if.org Git - php/commitdiff
tidy alias menu
authorkrakjoe <joe.watkins@live.co.uk>
Wed, 20 Nov 2013 13:51:47 +0000 (13:51 +0000)
committerkrakjoe <joe.watkins@live.co.uk>
Wed, 20 Nov 2013 13:51:47 +0000 (13:51 +0000)
phpdbg_prompt.c

index 2c931a44601c509e3684f0c2f5535b254faed539..bed81b702bfc515797c218398c4cfb51ad677fb5 100644 (file)
@@ -786,7 +786,7 @@ static PHPDBG_COMMAND(aliases) /* {{{ */
                                phpdbg_writeln(" %c -> %s", prompt_command->alias, prompt_command->name);
                                while (sub_command && sub_command->name) {
                                        if (sub_command->alias) {
-                                               phpdbg_writeln(" |-------- %c -> %s\t%s", sub_command->alias,
+                                               phpdbg_writeln(" |-------- %c -> %15s\t%s", sub_command->alias,
                                                        sub_command->name, sub_command->tip);
                                        }
                                        ++sub_command;