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@48305 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1306,11 +1306,11 @@ static int handle_dbdeltree(struct ast_channel *chan, AGI *agi, int argc, char *
|
||||
return RESULT_SUCCESS;
|
||||
}
|
||||
|
||||
static char debug_usage[] =
|
||||
static const char debug_usage[] =
|
||||
"Usage: agi debug\n"
|
||||
" Enables dumping of AGI transactions for debugging purposes\n";
|
||||
|
||||
static char no_debug_usage[] =
|
||||
static const char no_debug_usage[] =
|
||||
"Usage: agi nodebug\n"
|
||||
" Disables dumping of AGI transactions for debugging purposes\n";
|
||||
|
||||
|
Reference in New Issue
Block a user