summaryrefslogtreecommitdiffstats
path: root/plugins-root/check_icmp.c
diff options
context:
space:
mode:
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 ff6c73b..cc3f3d5 100644
--- a/plugins-root/check_icmp.c
+++ b/plugins-root/check_icmp.c
@@ -1313,7 +1313,7 @@ print_help(void)
1313 printf (" %s",_("timeout value (seconds, currently ")); 1313 printf (" %s",_("timeout value (seconds, currently "));
1314 printf ("%u)\n", timeout); 1314 printf ("%u)\n", timeout);
1315 printf (" %s\n", "-b"); 1315 printf (" %s\n", "-b");
1316 printf (" %s\n", _("Number of icmp data bytes to send")); 1316 printf (" %s\n", _("Number of icmp data bytes to send"));
1317 printf (" %s %u + %d)\n", _("Packet size will be data bytes + icmp header (currently"),icmp_data_size, ICMP_MINLEN); 1317 printf (" %s %u + %d)\n", _("Packet size will be data bytes + icmp header (currently"),icmp_data_size, ICMP_MINLEN);
1318 printf (" %s\n", "-v"); 1318 printf (" %s\n", "-v");
1319 printf (" %s\n", _("verbose")); 1319 printf (" %s\n", _("verbose"));