2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-08 20:02:21 +00:00

manual: typo fix

This commit is contained in:
Damien Couroussé 2017-09-09 16:58:17 +02:00
parent 5c75a98053
commit 7090c5ceeb

View File

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