doc: Correct position of --verbose in backup docs

This commit is contained in:
rawtaz 2021-06-25 19:26:46 +02:00 committed by GitHub
parent 6a4c1ed50d
commit 98a88b483d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -73,7 +73,7 @@ repository (since all data is already there). This is de-duplication at work!
.. code-block:: console
$ restic -r /srv/restic-repo backup --verbose ~/work
$ restic -r /srv/restic-repo --verbose backup ~/work
open repository
enter password for repository:
password is correct
@ -107,7 +107,7 @@ restic encounters:
$ echo 'more data foo bar' >> ~/work.txt
$ restic -r /srv/restic-repo backup --verbose --verbose ~/work.txt
$ restic -r /srv/restic-repo --verbose --verbose backup ~/work.txt
open repository
enter password for repository:
password is correct