mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 19:28: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:
@@ -66,7 +66,7 @@ static int parse_config(void);
|
||||
static int pgsql_reconnect(const char *database);
|
||||
static int realtime_pgsql_status(int fd, int argc, char **argv);
|
||||
|
||||
static char cli_realtime_pgsql_status_usage[] =
|
||||
static const char cli_realtime_pgsql_status_usage[] =
|
||||
"Usage: realtime pgsql status\n"
|
||||
" Shows connection information for the Postgresql RealTime driver\n";
|
||||
|
||||
|
Reference in New Issue
Block a user