Fixed description of the --time-offset option.
This commit is contained in:
parent
7a3e749284
commit
4e334bcc5c
2 changed files with 2 additions and 4 deletions
|
@ -314,8 +314,7 @@ Synchronize time with local real-world time.
|
|||
Synchronize time with the real-world time.
|
||||
.TP
|
||||
.BI "--time-offset=" "[+-]hh:mm:ss"
|
||||
Specify a time offset with respect to the current time. May be used in
|
||||
conjunction with other --time-* options.
|
||||
Specify a time offset with respect to the current time.
|
||||
.TP
|
||||
.BI "--trace-read=" "property"
|
||||
Trace the reads for a property. Multiple instances allowed.
|
||||
|
|
|
@ -1218,8 +1218,7 @@ fgUsage ()
|
|||
<< endl
|
||||
|
||||
<< "Time Options:" << endl
|
||||
<< " --time-offset=[+-]hh:mm:ss Add this time offset; can be use in" << endl
|
||||
<< " combination with other time options" << endl
|
||||
<< " --time-offset=[+-]hh:mm:ss Add this time offset" << endl
|
||||
<< " --time-match-real Synchronize time with real-world time" << endl
|
||||
<< " --time-match-local Synchronize time with local real-world time" << endl
|
||||
<< " --start-date-sys=yyyy:mm:dd:hh:mm:ss" << endl
|
||||
|
|
Loading…
Reference in a new issue