aboutsummaryrefslogtreecommitdiffstats
path: root/main/manager.c
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-10-05 01:39:07 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-10-05 01:39:07 +0000
commitb9342faad5ae073b84791e986b88788cb340cf66 (patch)
tree01cd071cd6be8cd2e644f70ac2c0cfed6447d57d /main/manager.c
parenta1b29eefb9f5bb3ef25a3b4c22a6ac751aa670da (diff)
Fix a copy/paste error in the description of UpdateConfig that was pointed
out by JerJer on #asterisk-dev git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@84742 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'main/manager.c')
-rw-r--r--main/manager.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/manager.c b/main/manager.c
index d39de8061..3a15cfe38 100644
--- a/main/manager.c
+++ b/main/manager.c
@@ -1133,8 +1133,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"