summaryrefslogtreecommitdiff
path: root/cli.c
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2003-12-03 03:03:15 +0000
committerMark Spencer <markster@digium.com>2003-12-03 03:03:15 +0000
commit8f276e00c5fa41851fc81cf52a92afbad583c83a (patch)
tree54460062d2cd537ae397b681a38c559642fbbe41 /cli.c
parent3171dea6ef091cdddbe76420cce10f5b17808778 (diff)
Minor patch for improving console response with asterisk -r (bug #183)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1817 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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) {