瀏覽代碼

check_pgsql: change wording on --password option

madlohe 6 年之前
父節點
當前提交
ccc068778b
共有 1 個文件被更改,包括 2 次插入1 次删除
  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"));