check.rst.inc 742 B

12345678910111213141516171819202122232425262728
  1. .. _attic_check:
  2. attic check
  3. -----------
  4. ::
  5. usage: attic check [-h] [-v] [--progress] [--no-progress] REPOSITORY
  6. Check repository consistency
  7. positional arguments:
  8. REPOSITORY repository to check consistency of
  9. optional arguments:
  10. -h, --help show this help message and exit
  11. -v, --verbose verbose output
  12. --progress Report progress status to standard output stream
  13. --no-progress Disable progress reporting
  14. Progress status will be reported on the standard output stream by default when
  15. it is attached to a terminal. Any problems found are printed to the standard
  16. error stream and the command will have a non zero exit code.
  17. Description
  18. ~~~~~~~~~~~