[asterisk-commits] junky: branch junky/cli-tls r210404 - /team/junky/cli-tls/main/logger.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Aug 4 13:19:16 CDT 2009
Author: junky
Date: Tue Aug 4 13:19:15 2009
New Revision: 210404
URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=210404
Log:
added tab completion for core add filter
pointed by seanbright, thanks!
Modified:
team/junky/cli-tls/main/logger.c
Modified: team/junky/cli-tls/main/logger.c
URL: http://svn.asterisk.org/svn-view/asterisk/team/junky/cli-tls/main/logger.c?view=diff&rev=210404&r1=210403&r2=210404
==============================================================================
--- team/junky/cli-tls/main/logger.c (original)
+++ team/junky/cli-tls/main/logger.c Tue Aug 4 13:19:15 2009
@@ -816,7 +816,7 @@
switch (cmd) {
case CLI_INIT:
- e->command = "core add filter";
+ e->command = "core add filter [name|cid_num|accountcode]";
e->usage =
"Usage: core add filter <keyword> <name>\n"
" Add a new CLI filter\n"
More information about the asterisk-commits
mailing list