summaryrefslogtreecommitdiffstats
path: root/plugins/check_pgsql.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/check_pgsql.c')
-rw-r--r--plugins/check_pgsql.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_pgsql.c b/plugins/check_pgsql.c
index 41c5141..cbff8d7 100644
--- a/plugins/check_pgsql.c
+++ b/plugins/check_pgsql.c
@@ -225,7 +225,7 @@ process_arguments (int argc, char **argv)
225 225
226 switch (c) { 226 switch (c) {
227 case '?': /* usage */ 227 case '?': /* usage */
228 usage2 (_("Unknown argument"), optarg); 228 usage5 ();
229 case 'h': /* help */ 229 case 'h': /* help */
230 print_help (); 230 print_help ();
231 exit (STATE_OK); 231 exit (STATE_OK);