diff options
Diffstat (limited to 'plugins/check_mysql.c')
-rw-r--r-- | plugins/check_mysql.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/check_mysql.c b/plugins/check_mysql.c index 5863e1a7..1061fabd 100644 --- a/plugins/check_mysql.c +++ b/plugins/check_mysql.c @@ -311,5 +311,4 @@ print_usage (void) printf ("\ Usage: %s [-d database] [-H host] [-P port] [-u user] [-p password] [-S]\n", progname); - printf (UT_HLP_VRS, progname, progname); } |