summaryrefslogtreecommitdiffstats
path: root/plugins-root/check_icmp.c
diff options
context:
space:
mode:
authorThomas Guyot-Sionnest <dermoth@aei.ca>2010-04-22 12:57:14 (GMT)
committerThomas Guyot-Sionnest <dermoth@aei.ca>2010-04-22 12:57:14 (GMT)
commiteaf3cb27f4b5bae479014a34c7decd3feedcf8fd (patch)
tree515066ab7d7fc447b98efafdce5705d2502ffdf6 /plugins-root/check_icmp.c
parenta46df940019ab6cf2b5c176e968bfdb693ea607c (diff)
downloadmonitoring-plugins-eaf3cb27f4b5bae479014a34c7decd3feedcf8fd.tar.gz
Add newline after "Usage:" in --help
Diffstat (limited to 'plugins-root/check_icmp.c')
-rw-r--r--plugins-root/check_icmp.c2
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)
1344void 1344void
1345print_usage (void) 1345print_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}