summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0196955)
raw | patch | inline | side by side (parent: 0196955)
author | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | |
Fri, 8 Aug 2008 02:08:08 +0000 (02:08 +0000) | ||
committer | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | |
Fri, 8 Aug 2008 02:08:08 +0000 (02:08 +0000) |
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2029 f882894a-f735-0410-b71e-b25c423dba1c
plugins-root/check_icmp.c | patch | blob | history |
index fe1f9eefe12b764109a244835209831fcf3e38a1..dff3abb2474359ca24459ef679f3d1270a07db06 100644 (file)
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);