瀏覽代碼

Add additional usage data for new options in check_mysql_query.c

awiddersheim 12 年之前
父節點
當前提交
eed1a68bdb
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      plugins/check_mysql_query.c

+ 1 - 1
plugins/check_mysql_query.c

@@ -351,5 +351,5 @@ print_usage (void)
 {
   printf ("%s\n", _("Usage:"));
   printf (" %s -q SQL_query [-w warn] [-c crit] [-H host] [-P port] [-s socket]\n",progname);
-  printf ("       [-d database] [-u user] [-p password]\n");
+  printf ("       [-d database] [-u user] [-p password] [-f optfile] [-g group]\n");
 }