Fix a small typo in `stdin` example

s/--stdin-filenam/--stdin-filename/
This commit is contained in:
Micha Rosenbaum 2016-09-05 19:01:53 +02:00 committed by GitHub
parent e443454c4b
commit 8ded453ab0
1 changed files with 1 additions and 1 deletions

View File

@ -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