From d923abff7c6e55768648d058ec3c91432c56e8b7 Mon Sep 17 00:00:00 2001 From: Robert Kamuda Date: Sat, 31 Jan 2015 22:52:02 +0100 Subject: [PATCH] Order of parameters fixed restic -r /tmp/backup_loaction --- doc/Design.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Design.md b/doc/Design.md index d1456c3c4..1a8fb2783 100644 --- a/doc/Design.md +++ b/doc/Design.md @@ -67,7 +67,7 @@ The basic layout of a sample restic repository is shown below: A repository can be initialized with the `restic init` command, e.g.: - $ restic init -r /tmp/restic-repo + $ restic -r /tmp/restic-repo init Keys and Encryption -------------------