Skip to content

Commit f5c2174

Browse files
marckleinebuddePaolo Abeni
authored andcommitted
selftests/net: so_txtime: usage(): fix documentation of default clock
The program uses CLOCK_TAI as default clock since it was added to the Linux repo. In commit: | 0408063 ("selftests/net: so_txtime multi-host support") a help text stating the wrong default clock was added. This patch fixes the help text. Fixes: 0408063 ("selftests/net: so_txtime multi-host support") Cc: Carlos Llamas <[email protected]> Cc: Willem de Bruijn <[email protected]> Signed-off-by: Marc Kleine-Budde <[email protected]> Acked-by: Willem de Bruijn <[email protected]> Reviewed-by: Carlos Llamas <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Paolo Abeni <[email protected]>
1 parent 97926d5 commit f5c2174

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/testing/selftests/net/so_txtime.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ static void usage(const char *progname)
421421
"Options:\n"
422422
" -4 only IPv4\n"
423423
" -6 only IPv6\n"
424-
" -c <clock> monotonic (default) or tai\n"
424+
" -c <clock> monotonic or tai (default)\n"
425425
" -D <addr> destination IP address (server)\n"
426426
" -S <addr> source IP address (client)\n"
427427
" -r run rx mode\n"

0 commit comments

Comments
 (0)