[asterisk-commits] rizzo: branch rizzo/astobj2 r47591 -
/team/rizzo/astobj2/main/cli.c
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Tue Nov 14 02:19:33 MST 2006
Author: rizzo
Date: Tue Nov 14 03:19:33 2006
New Revision: 47591
URL: http://svn.digium.com/view/asterisk?view=rev&rev=47591
Log:
missing comma causing "core show channel" become "core showchannel"
trunk candidate, possibly 1.4 too
Modified:
team/rizzo/astobj2/main/cli.c
Modified: team/rizzo/astobj2/main/cli.c
URL: http://svn.digium.com/view/asterisk/team/rizzo/astobj2/main/cli.c?view=diff&rev=47591&r1=47590&r2=47591
==============================================================================
--- team/rizzo/astobj2/main/cli.c (original)
+++ team/rizzo/astobj2/main/cli.c Tue Nov 14 03:19:33 2006
@@ -975,7 +975,7 @@
handle_chanlist, "Display information on channels",
chanlist_help, complete_show_channels },
- { { "core", "show" "channel", NULL },
+ { { "core", "show", "channel", NULL },
handle_showchan, "Display information on a specific channel",
showchan_help, complete_ch_3 },
More information about the asterisk-commits
mailing list