Skip to content

Commit

Permalink
Docs for check retries (#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
forsyth2 authored Jun 12, 2023
1 parent b4fae76 commit db9e179
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/source/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,10 @@ where
* ``--keep`` to keep a copy of the tar files on the local file system after
they have been extracted from the archive. Normally, they are deleted after
successful transfer.
* ``--retries`` to set the number of times to retry ``hsi get`` if it is unsuccessful.
The default is 1 retry (2 tries total). Note: for a retry to occur automatically because of
an incomplete tar file, then the archive you're checking
must have been created using ``zstash >= v1.1.0``.
* ``--tars`` to specify specific tars to check. See below for example usage.
* ``-v`` increases output verbosity.
* ``[files]`` is a list of files to check (standard wildcards supported).
Expand Down

0 comments on commit db9e179

Please sign in to comment.