Skip to content

Commit

Permalink
docs: Clarify input and actual time values
Browse files Browse the repository at this point in the history
  • Loading branch information
xymaxim committed Apr 18, 2024
1 parent 1bedac3 commit a96fe64
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/cli.rst
Original file line number Diff line number Diff line change
Expand Up @@ -540,10 +540,10 @@ download`` command. Use the ``--no-metadata`` option to disable it.
| ``end_sequence_number`` | End segment sequence number | 1001 |
+---------------------------+-------------------------------+---------------------------------------------+

The input and actual time values are expected to be different in only two cases:
if the boundary (start and end) points fall in gaps or the ``--no-cut`` option
is requested. In the opposite cases, after accurate cut, they're supposed to be
identical.
The input and actual time values (represented as seconds since the epoch) are
expected to be different in only two cases: if the boundary (start and end)
points fall in gaps or the ``--no-cut`` option is requested. In the opposite
cases, after accurate cut, they're supposed to be identical.

Configuring
***********
Expand Down

0 comments on commit a96fe64

Please sign in to comment.