src/bin/proxmox-backup-client.rs: fix another typo in property description

Signed-off-by: Christian Ebner <c.ebner@proxmox.com>
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Christian Ebner 2020-01-24 13:31:46 +01:00 committed by Wolfgang Bumiller
parent 5eee6d89b6
commit 90c815bfe2
1 changed files with 1 additions and 1 deletions

View File

@ -1133,7 +1133,7 @@ fn dump_image<W: Write>(
}, },
target: { target: {
type: String, type: String,
description: r###"Target directory path. Use '-' to write to stdandard output. description: r###"Target directory path. Use '-' to write to standard output.
We do not extraxt '.pxar' archives when writing to standard output. We do not extraxt '.pxar' archives when writing to standard output.