aboutsummaryrefslogtreecommitdiffstats
path: root/pbx.c
diff options
context:
space:
mode:
authorjeremy <jeremy@f38db490-d61c-443f-a65b-d21fe96a405b>2004-01-15 23:06:51 +0000
committerjeremy <jeremy@f38db490-d61c-443f-a65b-d21fe96a405b>2004-01-15 23:06:51 +0000
commit7cda27eba171209d6b47f2ab4141670196fbe99a (patch)
tree6619ba592ec3709bf04fc35ffbd6c725c9bb4272 /pbx.c
parent74d1046171092b92e3ace1fa8e5f6cd417caf092 (diff)
Make output more readable
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2042 f38db490-d61c-443f-a65b-d21fe96a405b
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;