aboutsummaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2008-11-11 19:49:56 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2008-11-11 19:49:56 +0000
commit53305654e3e18438745c20a95415c86cc29e8392 (patch)
tree2dda6a4cd48a66a91b4f060bc5562e271ddf2e76 /res
parente10218a84fe4b27766f99345f703b62453af65c6 (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.0@156004 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 297ecb5ba..8b9ded0c9 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"