diff options
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 bb6f85b..f7e091a 100644 --- a/plugins-root/check_icmp.c +++ b/plugins-root/check_icmp.c | |||
@@ -1943,7 +1943,7 @@ print_help(void) | |||
1943 | printf (" %s\n", _("verbose")); | 1943 | printf (" %s\n", _("verbose")); |
1944 | printf ("\n"); | 1944 | printf ("\n"); |
1945 | printf ("%s\n", _("Notes:")); | 1945 | printf ("%s\n", _("Notes:")); |
1946 | printf ("%s\n", _("If not mode R,P,J,M,S or O is informed, default icmp behavior, RTA and packet loss")); | 1946 | printf (" %s\n", _("If none of R,P,J,M,S or O is specified, default behavior is -R -P")); |
1947 | printf (" %s\n", _("The -H switch is optional. Naming a host (or several) to check is not.")); | 1947 | printf (" %s\n", _("The -H switch is optional. Naming a host (or several) to check is not.")); |
1948 | printf ("\n"); | 1948 | printf ("\n"); |
1949 | printf (" %s\n", _("Threshold format for -w and -c is 200.25,60% for 200.25 msec RTA and 60%")); | 1949 | printf (" %s\n", _("Threshold format for -w and -c is 200.25,60% for 200.25 msec RTA and 60%")); |