extract.rst.inc 654 B

123456789101112131415161718192021222324252627
  1. .. _attic_extract:
  2. attic extract
  3. -------------
  4. ::
  5. usage: attic extract [-h] [-v] [-e PATTERN] [--numeric-owner]
  6. ARCHIVE [PATH [PATH ...]]
  7. Extract archive contents
  8. positional arguments:
  9. ARCHIVE archive to extract
  10. PATH paths to extract
  11. optional arguments:
  12. -h, --help show this help message and exit
  13. -v, --verbose verbose output
  14. -e PATTERN, --exclude PATTERN
  15. exclude paths matching PATTERN
  16. --numeric-owner only obey numeric user and group identifiers
  17. Description
  18. ~~~~~~~~~~~