summaryrefslogtreecommitdiffstats
path: root/docs/usage/check.rst.inc
diff options
context:
space:
mode:
Diffstat (limited to 'docs/usage/check.rst.inc')
-rw-r--r--docs/usage/check.rst.inc14
1 files changed, 10 insertions, 4 deletions
diff --git a/docs/usage/check.rst.inc b/docs/usage/check.rst.inc
index a142df986..7705471b6 100644
--- a/docs/usage/check.rst.inc
+++ b/docs/usage/check.rst.inc
@@ -23,16 +23,22 @@ optional arguments
| attempt to repair any inconsistencies found
``--save-space``
| work slower, but using less space
- ``--last N``
- | only check last N archives (Default: all)
- ``-P``, ``--prefix``
- | only consider archive names starting with this prefix
``-p``, ``--progress``
| show progress display while checking
`Common options`_
|
+filters
+ ``-P``, ``--prefix``
+ | only consider archive names starting with this prefix
+ ``--sort-by``
+ | Comma-separated list of sorting keys; valid keys are: timestamp, name, id; default is: timestamp
+ ``--first N``
+ | consider first N archives after other filters were applied
+ ``--last N``
+ | consider last N archives after other filters were applied
+
Description
~~~~~~~~~~~