[Asterisk-cvs] asterisk cli.c,1.30.2.2,1.30.2.3
citats at lists.digium.com
citats at lists.digium.com
Sat Mar 6 04:10:12 CST 2004
Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv13124
Modified Files:
Tag: v1-0_stable
cli.c
Log Message:
Fix comment in cli.c
Index: cli.c
===================================================================
RCS file: /usr/cvsroot/asterisk/cli.c,v
retrieving revision 1.30.2.2
retrieving revision 1.30.2.3
diff -u -d -r1.30.2.2 -r1.30.2.3
--- cli.c 15 Feb 2004 09:07:28 -0000 1.30.2.2
+++ cli.c 6 Mar 2004 09:01:45 -0000 1.30.2.3
@@ -551,7 +551,7 @@
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 },
More information about the svn-commits
mailing list