diff --git a/pbx.c b/pbx.c index b72dc26fe5..4af22c28f7 100755 --- a/pbx.c +++ b/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 : ""); a = a->next;