1
0
mirror of https://github.com/php/php-src.git synced 2026-04-01 13:12:16 +02:00

tidy alias menu

This commit is contained in:
krakjoe
2013-11-20 13:51:47 +00:00
parent d5388bac79
commit baff6e1d65

View 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;