mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
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/branches/1.4@84742 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user