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.