4
0
Эх сурвалжийг харах

Add additional usage data for new options in check_mysql_query.c

awiddersheim 12 жил өмнө
parent
commit
eed1a68bdb

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