From 11e295705a4c19aee71ab6bb9334b31174adbcd1 Mon Sep 17 00:00:00 2001 From: Martin Kletzander Date: Tue, 2 Apr 2013 14:33:49 +0200 Subject: [PATCH] manual: Fix copy-paste errors Descriptions for vol-download and vol-upload didn't make much sense. Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=923613 --- tools/virsh.pod | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tools/virsh.pod b/tools/virsh.pod index 89251af503..578b87808d 100644 --- a/tools/virsh.pod +++ b/tools/virsh.pod @@ -2584,7 +2584,8 @@ I is the name or key or path of the volume to delete. Upload the contents of I to a storage volume. I<--pool> I is the name or UUID of the storage pool the volume is in. -I is the name or key or path of the volume to wipe. +I is the name or key or path of the volume where the +file will be uploaded. I<--offset> is the position in the storage volume at which to start writing the data. I<--length> is an upper bound of the amount of data to be uploaded. An error will occur if the I is greater than the specified length. @@ -2592,10 +2593,10 @@ An error will occur if the I is greater than the specified length. =item B [I<--pool> I] [I<--offset> I] [I<--length> I] I I -Download the contents of I from a storage volume. +Download the contents of a storage volume to I. I<--pool> I is the name or UUID of the storage pool the volume is in. -I is the name or key or path of the volume to wipe. +I is the name or key or path of the volume to download. I<--offset> is the position in the storage volume at which to start reading the data. I<--length> is an upper bound of the amount of data to be downloaded. -- GitLab