Преглед изворни кода

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");
 }