diff options
Diffstat (limited to 'plugins-root/check_icmp.c')
-rw-r--r-- | plugins-root/check_icmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins-root/check_icmp.c b/plugins-root/check_icmp.c index 5f0224d..6d8ba09 100644 --- a/plugins-root/check_icmp.c +++ b/plugins-root/check_icmp.c | |||
@@ -1344,6 +1344,6 @@ print_help(void) | |||
1344 | void | 1344 | void |
1345 | print_usage (void) | 1345 | print_usage (void) |
1346 | { | 1346 | { |
1347 | printf (_("Usage:")); | 1347 | printf ("%s\n", _("Usage:")); |
1348 | printf(" %s [options] [-H] host1 host2 hostN\n", progname); | 1348 | printf(" %s [options] [-H] host1 host2 hostN\n", progname); |
1349 | } | 1349 | } |