Skip to content

Commit baff6e1

Browse files
committed
tidy alias menu
1 parent d5388ba commit baff6e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpdbg_prompt.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -786,7 +786,7 @@ static PHPDBG_COMMAND(aliases) /* {{{ */
786786
phpdbg_writeln(" %c -> %s", prompt_command->alias, prompt_command->name);
787787
while (sub_command && sub_command->name) {
788788
if (sub_command->alias) {
789-
phpdbg_writeln(" |-------- %c -> %s\t%s", sub_command->alias,
789+
phpdbg_writeln(" |-------- %c -> %15s\t%s", sub_command->alias,
790790
sub_command->name, sub_command->tip);
791791
}
792792
++sub_command;

0 commit comments

Comments
 (0)