mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-15 00:41:02 +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:
@@ -555,11 +555,11 @@ static int init_keys(int fd, int argc, char *argv[])
|
||||
return RESULT_SUCCESS;
|
||||
}
|
||||
|
||||
static char show_key_usage[] =
|
||||
static const char show_key_usage[] =
|
||||
"Usage: keys show\n"
|
||||
" Displays information about RSA keys known by Asterisk\n";
|
||||
|
||||
static char init_keys_usage[] =
|
||||
static const char init_keys_usage[] =
|
||||
"Usage: keys init\n"
|
||||
" Initializes private keys (by reading in pass code from the user)\n";
|
||||
|
||||
|
Reference in New Issue
Block a user