aboutsummaryrefslogtreecommitdiffstats
path: root/cli.c
diff options
context:
space:
mode:
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) {