summaryrefslogtreecommitdiffstats
path: root/docs/usage/check.rst.inc
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2016-11-28 02:25:56 +0100
committerThomas Waldmann <tw@waldmann-edv.de>2016-11-28 02:25:56 +0100
commit4746d20534e8068b69e311f7ac3dedd0fd83117b (patch)
tree86fcc99b2af4bdc82aba3b078c917d8e7c8e0f2c /docs/usage/check.rst.inc
parentc83a124e6538c39dce2f57531d9e098166489243 (diff)
ran build_usage
had merge conflicts in the usage files, decided to just recreate them afterwards.
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
~~~~~~~~~~~