Index: pbx.c =================================================================== RCS file: /usr/cvsroot/asterisk/pbx.c,v retrieving revision 1.93 diff -u -r1.93 pbx.c --- pbx.c 13 Jan 2004 07:48:39 -0000 1.93 +++ pbx.c 15 Jan 2004 22:10:28 -0000 @@ -2480,7 +2480,7 @@ /* ... 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 : ""); a = a->next;