Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Theofilos Manitaras <[email protected]>
  • Loading branch information
vkarak and teojgo authored Oct 23, 2024
1 parent bbc37b7 commit 8ad6283
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/manpage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1401,7 +1401,7 @@ More specifically, the syntax of each timestamp is the following:
The ``<abs_timestamp>`` is an absolute timestamp in one of the following ``strptime``-compatible formats or the special value ``now``: ``%Y%m%d``, ``%Y%m%dT%H%M``, ``%Y%m%dT%H%M%S``, ``%Y%m%dT%H%M%S%z``.

Optionally, a shift argument can be appended with ``+`` or ``-`` signs, followed by an amount of weeks (``w``), days (``d``), hours (``h``) or minutes (``m``).
Optionally, a shift argument can be appended with ``+`` or ``-`` signs, followed by the number of weeks (``w``), days (``d``), hours (``h``) or minutes (``m``).

For example, the period of the last 10 days can be specified as ``now-10d:now``.
Similarly, the period of the week starting on August 5, 2024 will be specified as ``20240805:20240805+1w``.
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2022,7 +2022,7 @@ Note that a session may contain multiple runs of the same test.
.. code-block:: bash
:caption: Run in the single-node container.
reframe --list-stored-testcases=aa953baf-63d9-47b1-8800-1c6d05883334/mean:/
reframe --list-stored-testcases=aa953baf-63d9-47b1-8800-1c6d05883334/max:/
.. code-block:: console
Expand Down

0 comments on commit 8ad6283

Please sign in to comment.