Procházet zdrojové kódy

check_pgsql: change wording on --password option

madlohe před 6 roky
rodič
revize
ccc068778b
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 2 1
      plugins/check_pgsql.c

+ 2 - 1
plugins/check_pgsql.c

@@ -515,7 +515,8 @@ print_help (void)
 	printf (" %s\n", "-l, --logname = STRING");
 	printf ("    %s\n", _("Login name of user"));
 	printf (" %s\n", "-p, --password = STRING");
-	printf ("    %s\n", _("Password (BIG SECURITY ISSUE)"));
+	printf ("    %s\n", _("The user's password. To avoid security issues, define this option using"));
+	printf ("    %s\n", _("--extra-opts when possible."))
 	printf (" %s\n", "-o, --option = STRING");
 	printf ("    %s\n", _("Connection parameters (keyword = value), see below"));