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
This commit is contained in:
Mark Spencer
2003-12-03 03:03:15 +00:00
parent 3171dea6ef
commit 8f276e00c5
2 changed files with 10 additions and 2 deletions

1
cli.c
View File

@@ -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) {