Skip to content

Commit

Permalink
clockdiff: fixup help info
Browse files Browse the repository at this point in the history
If neither '-o' nor '-o1' option avaliable, using ICMP Timestamp.
run_state::ip_opt_len field controls IP or ICMP timestamp method is used.
  • Loading branch information
goodmenzy authored and kerolasa committed Jan 9, 2020
1 parent 2308234 commit 5f5f23f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clockdiff.c
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ static void usage(int exit_status)
"\nUsage:\n"
" clockdiff [options] <destination>\n"
"\nOptions:\n"
" without -o, use ip timestamp only\n"
" without -o, use icmp timestamp only(see RFC0792, page 16)\n"
" -o use ip timestamp and icmp echo\n"
" -o1 use three-term ip timestamp and icmp echo\n"
" -T, --time-format <ctime|iso>\n"
Expand Down

0 comments on commit 5f5f23f

Please sign in to comment.