diff options
Diffstat (limited to 'plugins/check_hpjd.c')
-rw-r--r-- | plugins/check_hpjd.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/check_hpjd.c b/plugins/check_hpjd.c index 816ce19..678d5c8 100644 --- a/plugins/check_hpjd.c +++ b/plugins/check_hpjd.c | |||
@@ -398,6 +398,5 @@ Net-snmp must be installed on the computer running the plugin.\n\n")); | |||
398 | void | 398 | void |
399 | print_usage (void) | 399 | print_usage (void) |
400 | { | 400 | { |
401 | printf (_("\ | 401 | printf ("Usage: %s -H host [-C community]\n"), progname); |
402 | Usage: %s -H host [-C community]\n"), progname); | ||
403 | } | 402 | } |