Code

print_help and print_usage() cleanup
[nagiosplug.git] / plugins / check_pgsql.c
index f97ef66ce17db2ceb95b4c52e38d377869d10039..a00257127ddc82cbd9e71b3da798e73d1a9f981a 100644 (file)
@@ -391,7 +391,7 @@ print_help (void)
 
        print_revision (progname, revision);
 
-       printf (_(COPYRIGHT), copyright, email);
+       printf (COPYRIGHT, copyright, email);
 
        printf (_("Test whether a PostgreSQL Database is accepting connections.\n\n"));
 
@@ -443,7 +443,5 @@ print_usage (void)
 {
        printf ("\
 Usage: %s [-H <host>] [-P <port>] [-c <critical time>] [-w <warning time>]\n\
-            [-t <timeout>] [-d <database>] [-l <logname>] [-p <password>]\n", progname);
-                                               
-       printf (UT_HLP_VRS, progname, progname);
+                  [-t <timeout>] [-d <database>] [-l <logname>] [-p <password>]\n", progname);
 }