summaryrefslogtreecommitdiffstats
path: root/docs/usage/check.rst.inc
blob: 08fd3619362eaf7d7f33ccc33c18630d7e0cb7f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
.. _attic_check:

attic check
-----------
::


    usage: attic check [-h] [-v] [--progress] [--no-progress] REPOSITORY
    
    Check repository consistency
    
    positional arguments:
      REPOSITORY     repository to check consistency of
    
    optional arguments:
      -h, --help     show this help message and exit
      -v, --verbose  verbose output
      --progress     Report progress status to standard output stream
      --no-progress  Disable progress reporting
    
    Progress status will be reported on the standard output stream by default when
    it is attached to a terminal. Any problems found are printed to the standard
    error stream and the command will have a non zero exit code.

Description
~~~~~~~~~~~