From 65590151936edd0a1db4919bce301fa5225bea23 Mon Sep 17 00:00:00 2001 From: russell Date: Wed, 6 Dec 2006 07:31:28 +0000 Subject: Constify a bunch of usage strings for CLI commands. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@48305 f38db490-d61c-443f-a65b-d21fe96a405b --- res/res_config_pgsql.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'res/res_config_pgsql.c') diff --git a/res/res_config_pgsql.c b/res/res_config_pgsql.c index cebad75a8..ed9b65e3e 100644 --- a/res/res_config_pgsql.c +++ b/res/res_config_pgsql.c @@ -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"; -- cgit v1.2.3