mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-02 20:08:17 +00:00
Make output more readable
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2042 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
2
pbx.c
2
pbx.c
@@ -2480,7 +2480,7 @@ static int handle_show_applications(int fd, int argc, char *argv[])
|
||||
/* ... go through all applications ... */
|
||||
while (a) {
|
||||
/* ... show informations about applications ... */
|
||||
ast_cli(fd," %15s: %s\n",
|
||||
ast_cli(fd," %20s: %s\n",
|
||||
a->name,
|
||||
a->synopsis ? a->synopsis : "<Synopsis not available>");
|
||||
a = a->next;
|
||||
|
||||
Reference in New Issue
Block a user