mirror of
https://github.com/octoleo/restic.git
synced 2024-11-25 14:17:42 +00:00
--verbose 2
to --verbose=2
`--verbose 2` seems to be incorrect here (gives an error/warning that "the `2` directory does not exist, skipping")
This commit is contained in:
parent
38a2f9c07b
commit
bd36731119
@ -83,7 +83,7 @@ You can even backup individual files in the same repository (not passing
|
||||
snapshot 249d0210 saved
|
||||
|
||||
If you're interested in what restic does, pass ``--verbose`` twice (or
|
||||
``--verbose 2``) to display detailed information about each file and directory
|
||||
``--verbose=2``) to display detailed information about each file and directory
|
||||
restic encounters:
|
||||
|
||||
.. code-block:: console
|
||||
|
Loading…
Reference in New Issue
Block a user