mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-29 18:19:30 +00:00
Constify a bunch of usage strings for CLI commands.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@48306 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -399,7 +399,7 @@ static int iax_process_template(struct ast_config *cfg, char *s, char *def)
|
||||
return 0;
|
||||
}
|
||||
|
||||
static char show_provisioning_usage[] =
|
||||
static const char show_provisioning_usage[] =
|
||||
"Usage: iax list provisioning [template]\n"
|
||||
" Lists all known IAX provisioning templates or a\n"
|
||||
" specific one if specified.\n";
|
||||
|
Reference in New Issue
Block a user