Minor cleanups

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1126 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2003-06-27 23:02:52 +00:00
parent e7a1bdc90c
commit f945ae2122
6 changed files with 21 additions and 19 deletions

1
cli.c
View File

@@ -1007,7 +1007,6 @@ int ast_cli_command(int fd, char *s)
case RESULT_SHOWUSAGE:
ast_cli(fd, e->usage);
break;
default:
}
} else
ast_cli(fd, "No such command '%s' (type 'help' for help)\n", find_best(argv));