diff options
Diffstat (limited to 'plugins/check_real.c')
-rw-r--r-- | plugins/check_real.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/check_real.c b/plugins/check_real.c index 8a12a3e5..8df68d90 100644 --- a/plugins/check_real.c +++ b/plugins/check_real.c @@ -439,5 +439,6 @@ print_usage (void) printf ("\ Usage: %s -H host [-e expect] [-p port] [-w warn] [-c crit]\n\ [-t timeout] [-v]\n", progname); - printf (_(UT_HLP_VRS), progname, progname); + + printf (UT_HLP_VRS, progname, progname); } |