Skip to content
Snippets Groups Projects
Commit fa4ed416 authored by James Golovich's avatar James Golovich
Browse files

Fix comment in cli.c

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2358 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 7f2e23bb
Branches
Tags
No related merge requests found
...@@ -551,7 +551,7 @@ static char *complete_fn(char *line, char *word, int pos, int state) ...@@ -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 int handle_help(int fd, int argc, char *argv[]);
static struct ast_cli_entry builtins[] = { 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", "complete", NULL }, handle_commandcomplete, "Command complete", commandcomplete_help },
{ { "_command", "nummatches", NULL }, handle_commandnummatches, "Returns number of command matches", commandnummatches_help }, { { "_command", "nummatches", NULL }, handle_commandnummatches, "Returns number of command matches", commandnummatches_help },
{ { "_command", "matchesarray", NULL }, handle_commandmatchesarray, "Returns command matches array", commandmatchesarray_help }, { { "_command", "matchesarray", NULL }, handle_commandmatchesarray, "Returns command matches array", commandmatchesarray_help },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment