From 98a88b483da2c12d7451a509237faff820f5e90f Mon Sep 17 00:00:00 2001 From: rawtaz Date: Fri, 25 Jun 2021 19:26:46 +0200 Subject: [PATCH] doc: Correct position of --verbose in backup docs --- doc/040_backup.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/040_backup.rst b/doc/040_backup.rst index 3573c05f2..56ea97e97 100644 --- a/doc/040_backup.rst +++ b/doc/040_backup.rst @@ -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