From 7090c5ceeb7d8a4ae0c7dc1d322a8d41751e9c5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damien=20Courouss=C3=A9?= Date: Sat, 9 Sep 2017 16:58:17 +0200 Subject: [PATCH] manual: typo fix --- doc/manual.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/manual.rst b/doc/manual.rst index 079457f13..4cbf572a4 100644 --- a/doc/manual.rst +++ b/doc/manual.rst @@ -592,7 +592,7 @@ information. Just specify the tags for a snapshot one by one with ``--tag``: .. code-block:: console - $ restic -r /tmp/backup backup --tag projectX -tag foo --tag bar ~/work + $ restic -r /tmp/backup backup --tag projectX --tag foo --tag bar ~/work [...] The tags can later be used to keep (or forget) snapshots with the ``forget``