aboutsummaryrefslogtreecommitdiffstats
path: root/cli.c
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-12-03 03:03:15 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-12-03 03:03:15 +0000
commit22f776a8e13a45b885cfc6fdff8cf3a17a3a5bf0 (patch)
tree54460062d2cd537ae397b681a38c559642fbbe41 /cli.c
parent72a198dfa816022f939a6c4a4907ba6a04c50a96 (diff)
Minor patch for improving console response with asterisk -r (bug #183)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1817 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'cli.c')
-rwxr-xr-xcli.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli.c b/cli.c
index ae6876fad..79aa9872e 100755
--- a/cli.c
+++ b/cli.c
@@ -1009,6 +1009,7 @@ int ast_cli_command(int fd, char *s)
ast_cli(fd, e->usage);
break;
}
+ ast_cli(fd, "\n\n");
} else
ast_cli(fd, "No such command '%s' (type 'help' for help)\n", find_best(argv));
if (e) {