From 8ded453ab00ec94cf244dc2351cbe11a29c5b467 Mon Sep 17 00:00:00 2001 From: Micha Rosenbaum Date: Mon, 5 Sep 2016 19:01:53 +0200 Subject: [PATCH] Fix a small typo in `stdin` example s/--stdin-filenam/--stdin-filename/ --- doc/Manual.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Manual.md b/doc/Manual.md index 1169482c8..e19e54ccd 100644 --- a/doc/Manual.md +++ b/doc/Manual.md @@ -205,7 +205,7 @@ the fuse mounting option (see below) to mount the repository and read the file. By default, the file name `stdin` is used, a different name can be specified with `--stdin-filename`, e.g. like this: - $ mysqldump [...] | restic -r /tmp/backup backup --stdin --stdin-filenam production.sql + $ mysqldump [...] | restic -r /tmp/backup backup --stdin --stdin-filename production.sql # List all snapshots