From 3e62b69b3c69b765440e7c1353c597c3c21012e7 Mon Sep 17 00:00:00 2001 From: Tilghman Lesher Date: Tue, 11 Nov 2008 19:49:56 +0000 Subject: [PATCH] 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.0@156004 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- res/res_realtime.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/res_realtime.c b/res/res_realtime.c index 297ecb5ba3..8b9ded0c9d 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 \n" + "Usage: realtime update \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"