[asterisk-commits] tilghman: branch 1.6.0 r156004 - in /branches/1.6.0: ./ res/res_realtime.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Nov 11 13:49:57 CST 2008
Author: tilghman
Date: Tue Nov 11 13:49:56 2008
New Revision: 156004
URL: http://svn.digium.com/view/asterisk?view=rev&rev=156004
Log:
Merged revisions 155862 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r155862 | tilghman | 2008-11-10 15:12:28 -0600 (Mon, 10 Nov 2008) | 5 lines
Make documentation of update method match documentation and update update2
method to match.
Reported by: atis, via -dev mailing list.
Fixed by: me
........
Modified:
branches/1.6.0/ (props changed)
branches/1.6.0/res/res_realtime.c
Propchange: branches/1.6.0/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.
Modified: branches/1.6.0/res/res_realtime.c
URL: http://svn.digium.com/view/asterisk/branches/1.6.0/res/res_realtime.c?view=diff&rev=156004&r1=156003&r2=156004
==============================================================================
--- branches/1.6.0/res/res_realtime.c (original)
+++ branches/1.6.0/res/res_realtime.c Tue Nov 11 13:49:56 2008
@@ -83,7 +83,7 @@
case CLI_INIT:
e->command = "realtime update";
e->usage =
- "Usage: realtime update <family> <colupdate> <newvalue> <colmatch> <valuematch>\n"
+ "Usage: realtime update <family> <colmatch> <valuematch> <colupdate> <newvalue>\n"
" Update a single variable using the RealTime driver.\n"
" You must supply a family name, a column to update on, a new value, column to match, and value to match.\n"
" Ex: realtime update sipfriends name bobsphone port 4343\n"
More information about the asterisk-commits
mailing list