mirror of https://github.com/restic/restic.git
Merge pull request #1787 from tyll/patch-1
Use more descriptive long option
This commit is contained in:
commit
a1a49ce211
|
@ -29,7 +29,7 @@ and add some data:
|
||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
||||||
$ restic -r /tmp/backup backup ~/work
|
$ restic --repo /tmp/backup backup ~/work
|
||||||
enter password for repository:
|
enter password for repository:
|
||||||
scan [/home/user/work]
|
scan [/home/user/work]
|
||||||
scanned 764 directories, 1816 files in 0:00
|
scanned 764 directories, 1816 files in 0:00
|
||||||
|
|
Loading…
Reference in New Issue