1
0
mirror of https://github.com/restic/restic.git synced 2024-06-22 07:26:38 +02:00

Merge pull request #2869 from josephrocca/patch-1

doc: --verbose 2 to --verbose=2
This commit is contained in:
rawtaz 2020-08-04 01:06:58 +02:00 committed by GitHub
commit 0b21ec44b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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