X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=plugins%2Fcheck_pgsql.c;h=a00257127ddc82cbd9e71b3da798e73d1a9f981a;hb=5e3fc41c6143676cf01b7aad789fc5f2cae5ce84;hp=f97ef66ce17db2ceb95b4c52e38d377869d10039;hpb=2ad398d2e04717ce3a6a8fb869e855c42581a30a;p=nagiosplug.git diff --git a/plugins/check_pgsql.c b/plugins/check_pgsql.c index f97ef66..a002571 100644 --- a/plugins/check_pgsql.c +++ b/plugins/check_pgsql.c @@ -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 ] [-P ] [-c ] [-w ]\n\ - [-t ] [-d ] [-l ] [-p ]\n", progname); - - printf (UT_HLP_VRS, progname, progname); + [-t ] [-d ] [-l ] [-p ]\n", progname); }