From bd367311195f5a2d88903a453b74b47d34bd85c1 Mon Sep 17 00:00:00 2001 From: josephrocca <1167575+josephrocca@users.noreply.github.com> Date: Tue, 4 Aug 2020 08:39:43 +1000 Subject: [PATCH] `--verbose 2` to `--verbose=2` `--verbose 2` seems to be incorrect here (gives an error/warning that "the `2` directory does not exist, skipping") --- doc/040_backup.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/040_backup.rst b/doc/040_backup.rst index f03ca9f5d..762c63376 100644 --- a/doc/040_backup.rst +++ b/doc/040_backup.rst @@ -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