From 40e7d22cd72cb1ed5e48dc67ce6cda9c6b0480d6 Mon Sep 17 00:00:00 2001 From: Russell Bryant <russell@russellbryant.com> Date: Fri, 5 Oct 2007 01:40:20 +0000 Subject: [PATCH] Merged revisions 84742 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r84742 | russell | 2007-10-04 20:39:07 -0500 (Thu, 04 Oct 2007) | 3 lines Fix a copy/paste error in the description of UpdateConfig that was pointed out by JerJer on #asterisk-dev ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@84743 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- main/manager.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/manager.c b/main/manager.c index 83e9c826d1..800dbe43cf 100644 --- a/main/manager.c +++ b/main/manager.c @@ -1302,8 +1302,8 @@ static void handle_updates(struct mansession *s, const struct message *m, struct } static char mandescr_updateconfig[] = -"Description: A 'UpdateConfig' action will dump the contents of a configuration\n" -"file by category and contents.\n" +"Description: A 'UpdateConfig' action will modify, create, or delete\n" +"configuration elements in Asterisk configuration files.\n" "Variables (X's represent 6 digit number beginning with 000000):\n" " SrcFilename: Configuration filename to read(e.g. foo.conf)\n" " DstFilename: Configuration filename to write(e.g. foo.conf)\n" -- GitLab