docs: Update latest CLI help output again.

Further improves #70 by way of e910077661.
This commit is contained in:
Bradley Sepos 2019-01-28 17:53:48 -05:00
parent c1b4d406b8
commit 1bab2f9a25
No known key found for this signature in database
GPG Key ID: DEADE2F57D42D9C7

View File

@ -75,11 +75,11 @@ The following details all the available options in the command line interface. T
--start-at <string:number>
Start encoding at a given offset in seconds,
frames, or pts (on a 90kHz clock)
(e.g. duration:10, frame:300, pts:900000).
(e.g. seconds:10, frames:300, pts:900000).
--stop-at <string:number>
Stop encoding after a given duration in seconds,
frames, or pts (on a 90kHz clock) has passed
(e.g. duration:10, frame:300, pts:900000).
(e.g. seconds:10, frames:300, pts:900000).
Duration is relative to --start-at, if specified.