Explorar o código

check_pgsql: Remove -4/-6 flags from help output

The -4/-6 options are currently not supported.
Holger Weiss %!s(int64=12) %!d(string=hai) anos
pai
achega
329f843ef6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      plugins/check_pgsql.c

+ 1 - 1
plugins/check_pgsql.c

@@ -576,7 +576,7 @@ void
 print_usage (void)
 {
 	printf ("%s\n", _("Usage:"));
-	printf ("%s [-H <host>] [-4|-6] [-P <port>] [-c <critical time>] [-w <warning time>]\n", progname);
+	printf ("%s [-H <host>] [-P <port>] [-c <critical time>] [-w <warning time>]\n", progname);
 	printf (" [-t <timeout>] [-d <database>] [-l <logname>] [-p <password>]\n"
 			"[-q <query>] [-C <critical query range>] [-W <warning query range>]\n");
 }