Skip to content

Commit

Permalink
ptp4l: Remove bogus command line option.
Browse files Browse the repository at this point in the history
Commit c8107c8 ("config: Add a configuration option for TC mode.")
added a new TC mode.  An early version of the patch series included a
new '-t' command line option, but this was dropped considering the
fact that long options are always available.  IOW the TC user can
simply add '--clock_type=P2P_TC' to the command line, making the
single dash option redundant.

This patch fixes the misleading usage message by removing the
non-existing option.

Signed-off-by: Richard Cochran <[email protected]>
  • Loading branch information
richardcochran committed Mar 25, 2019
1 parent 32e34d5 commit 1b7a1e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ptp4l.c
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ static void usage(char *progname)
" -p [dev] Clock device to use, default auto\n"
" (ignored for SOFTWARE/LEGACY HW time stamping)\n"
" -s slave only mode (overrides configuration file)\n"
" -t transparent clock\n"
" -l [num] set the logging level to 'num'\n"
" -m print messages to stdout\n"
" -q do not print messages to the syslog\n"
Expand Down

0 comments on commit 1b7a1e2

Please sign in to comment.