mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +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:
@@ -1712,15 +1712,15 @@ static int agents_show_online(int fd, int argc, char **argv)
|
||||
|
||||
|
||||
|
||||
static char show_agents_usage[] =
|
||||
static const char show_agents_usage[] =
|
||||
"Usage: agent show\n"
|
||||
" Provides summary information on agents.\n";
|
||||
|
||||
static char show_agents_online_usage[] =
|
||||
static const char show_agents_online_usage[] =
|
||||
"Usage: agent show online\n"
|
||||
" Provides a list of all online agents.\n";
|
||||
|
||||
static char agent_logoff_usage[] =
|
||||
static const char agent_logoff_usage[] =
|
||||
"Usage: agent logoff <channel> [soft]\n"
|
||||
" Sets an agent as no longer logged in.\n"
|
||||
" If 'soft' is specified, do not hangup existing calls.\n";
|
||||
|
Reference in New Issue
Block a user