aboutsummaryrefslogtreecommitdiffstats
path: root/pbx.c
diff options
context:
space:
mode:
Diffstat (limited to 'pbx.c')
-rwxr-xr-xpbx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pbx.c b/pbx.c
index b72dc26fe..4af22c28f 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 : "<Synopsis not available>");
a = a->next;