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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user