Skip to content

Commit

Permalink
Merge pull request #537 from xet7/master
Browse files Browse the repository at this point in the history
Fix typo in Manual.md
  • Loading branch information
fd0 committed Jun 26, 2016
2 parents 814424f + 4e98c95 commit 8b47ca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8b47ca5

Please sign in to comment.