mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-02 03:48:02 +00:00
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: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@156005 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user