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:
@@ -529,7 +529,7 @@ static int features_show(int fd, int argc, char **argv)
|
||||
return RESULT_SUCCESS;
|
||||
}
|
||||
|
||||
static char show_features_usage[] =
|
||||
static const char show_features_usage[] =
|
||||
"Usage: feature show channels\n"
|
||||
" Provides summary information on feature channels.\n";
|
||||
|
||||
|
Reference in New Issue
Block a user