File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -783,7 +783,7 @@ static PHPDBG_COMMAND(aliases) /* {{{ */
783
783
if (prompt_command -> subs ) {
784
784
const phpdbg_command_t * sub_command = prompt_command -> subs ;
785
785
phpdbg_writeln (EMPTY );
786
- phpdbg_writeln (" %c -> %s " , prompt_command -> alias , prompt_command -> name );
786
+ phpdbg_writeln (" %c -> %9s " , prompt_command -> alias , prompt_command -> name );
787
787
while (sub_command && sub_command -> name ) {
788
788
if (sub_command -> alias ) {
789
789
phpdbg_writeln (" |-------- %c -> %15s\t%s" , sub_command -> alias ,
@@ -793,7 +793,7 @@ static PHPDBG_COMMAND(aliases) /* {{{ */
793
793
}
794
794
phpdbg_writeln (EMPTY );
795
795
} else {
796
- phpdbg_writeln (" %c -> %s \t%s" , prompt_command -> alias ,
796
+ phpdbg_writeln (" %c -> %9s\t\t \t%s" , prompt_command -> alias ,
797
797
prompt_command -> name , prompt_command -> tip );
798
798
}
799
799
}
You can’t perform that action at this time.
0 commit comments