From: krakjoe Date: Wed, 20 Nov 2013 13:51:47 +0000 (+0000) Subject: tidy alias menu X-Git-Tag: php-5.6.0alpha1~110^2~180 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=baff6e1d653d75228b3efa8efc4fbd2d3a632873;p=php tidy alias menu --- diff --git a/phpdbg_prompt.c b/phpdbg_prompt.c index 2c931a4460..bed81b702b 100644 --- a/phpdbg_prompt.c +++ b/phpdbg_prompt.c @@ -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;