diff options
author | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2008-08-08 02:08:08 +0000 |
---|---|---|
committer | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2008-08-08 02:08:08 +0000 |
commit | 2367f82090e7ff0cc2b0b23590b62f9eb33df528 (patch) | |
tree | 33f5093caf0c66fb3978558ac4469d87bdb94356 /plugins-root | |
parent | 01969557b7c35706226309b4bd05af5e54323a94 (diff) | |
download | monitoring-plugins-2367f82090e7ff0cc2b0b23590b62f9eb33df528.tar.gz |
Typo in --help output
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2029 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins-root')
-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 fe1f9eef..dff3abb2 100644 --- a/plugins-root/check_icmp.c +++ b/plugins-root/check_icmp.c @@ -1296,7 +1296,7 @@ print_help(void) printf ("\n"); printf (" %s\n", "-l"); printf (" %s", _("TTL on outgoing packets (currently ")); - printf ("%u)", ttl); + printf ("%u)\n", ttl); printf (" %s\n", "-t"); printf (" %s",_("timeout value (seconds, currently ")); printf ("%u)\n", timeout); |