aboutsummaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2008-11-11 19:52:01 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2008-11-11 19:52:01 +0000
commitb4caac8b6597572b6c5619ad28e229a0813017e3 (patch)
tree8a2f98a1cb0c5744fd10a4d85e08cc6ca4b41b6a /res
parent543edf7944985be6aa2e0278c2f216a3b9015de8 (diff)
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 ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.1@156005 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'res')
-rw-r--r--res/res_realtime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/res_realtime.c b/res/res_realtime.c
index 5ecff8b94..60c0b70f0 100644
--- a/res/res_realtime.c
+++ b/res/res_realtime.c
@@ -83,7 +83,7 @@ static char *cli_realtime_update(struct ast_cli_entry *e, int cmd, struct ast_cl
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"