From 5d272e5c088183da2d06b25fcfceacc8208d1cec Mon Sep 17 00:00:00 2001 From: Ben Date: Tue, 28 May 2019 18:20:52 +0200 Subject: [PATCH] Dump : parameter order in sample Usage: restic dump [flags] snapshotID file --- doc/050_restore.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/050_restore.rst b/doc/050_restore.rst index 4b781b9d9..b55f83958 100644 --- a/doc/050_restore.rst +++ b/doc/050_restore.rst @@ -131,6 +131,6 @@ output the contents in the tar format: .. code-block:: console - $ restic -r /srv/restic-repo dump /home/other/work latest > restore.tar + $ restic -r /srv/restic-repo dump latest /home/other/work > restore.tar