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:
parent
5eee6d89b6
commit
90c815bfe2
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue