From 90c815bfe2d5a1110e7834a52881dab3391de311 Mon Sep 17 00:00:00 2001 From: Christian Ebner Date: Fri, 24 Jan 2020 13:31:46 +0100 Subject: [PATCH] src/bin/proxmox-backup-client.rs: fix another typo in property description Signed-off-by: Christian Ebner Signed-off-by: Wolfgang Bumiller --- src/bin/proxmox-backup-client.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/proxmox-backup-client.rs b/src/bin/proxmox-backup-client.rs index e67857ec..59921f66 100644 --- a/src/bin/proxmox-backup-client.rs +++ b/src/bin/proxmox-backup-client.rs @@ -1133,7 +1133,7 @@ fn dump_image( }, target: { 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.