mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-13 00:04:53 +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:
@@ -341,7 +341,7 @@ static int odbc_show_command(int fd, int argc, char **argv)
|
||||
return 0;
|
||||
}
|
||||
|
||||
static char show_usage[] =
|
||||
static const char show_usage[] =
|
||||
"Usage: odbc show [<class>]\n"
|
||||
" List settings of a particular ODBC class.\n"
|
||||
" or, if not specified, all classes.\n";
|
||||
|
Reference in New Issue
Block a user