aboutsummaryrefslogtreecommitdiffstats
path: root/cli.c
diff options
context:
space:
mode:
authorcitats <citats@f38db490-d61c-443f-a65b-d21fe96a405b>2004-03-06 09:01:08 +0000
committercitats <citats@f38db490-d61c-443f-a65b-d21fe96a405b>2004-03-06 09:01:08 +0000
commit2523ec1a669353bdd6b14d0c3bf9daa440727702 (patch)
tree305b6cc099326a64c1fbabbe5b285f0e3628eb83 /cli.c
parentabd154ee5eeaee146d3035b35f0434fc4cc126a8 (diff)
Fix comment in cli.c
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2358 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'cli.c')
-rwxr-xr-xcli.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli.c b/cli.c
index b856850be..c80d29ef0 100755
--- a/cli.c
+++ b/cli.c
@@ -551,7 +551,7 @@ static char *complete_fn(char *line, char *word, int pos, int state)
static int handle_help(int fd, int argc, char *argv[]);
static struct ast_cli_entry builtins[] = {
- /* Keep alphabetized, with longer matches first (example: abcd before abc */
+ /* Keep alphabetized, with longer matches first (example: abcd before abc) */
{ { "_command", "complete", NULL }, handle_commandcomplete, "Command complete", commandcomplete_help },
{ { "_command", "nummatches", NULL }, handle_commandnummatches, "Returns number of command matches", commandnummatches_help },
{ { "_command", "matchesarray", NULL }, handle_commandmatchesarray, "Returns command matches array", commandmatchesarray_help },