From 4e98c951e041a8278eb56adda10fa019da730542 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sun, 26 Jun 2016 14:35:48 +0300 Subject: [PATCH] Fix typo in Manual.md --- doc/Manual.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Manual.md b/doc/Manual.md index da9fbf94d..eddcf5c49 100644 --- a/doc/Manual.md +++ b/doc/Manual.md @@ -190,7 +190,7 @@ operation, just supply the option `--stdin` to the `backup` command like this: $ mysqldump [...] | restic -r /tmp/backup backup --stdin -This creates a new snapshot of the output of `mqsqldump`. You can then use e.g. +This creates a new snapshot of the output of `mysqldump`. You can then use e.g. 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