Skip to content

Commit

Permalink
clockdiff: add missing space to help output
Browse files Browse the repository at this point in the history
Fixes: 5f5f23f
Signed-off-by: Sami Kerola <[email protected]>
  • Loading branch information
kerolasa committed Jan 9, 2020
1 parent 5f5f23f commit c5a590c
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 icmp timestamp only(see RFC0792, page 16)\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 c5a590c

Please sign in to comment.