[Pkg-libvirt-commits] [libguestfs] 224/266: v2v: Minor correction to -o glance documentation.

Hilko Bengen bengen at moszumanska.debian.org
Fri Oct 3 14:42:04 UTC 2014


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to annotated tag debian/1%1.27.35-1
in repository libguestfs.

commit 0d2f4c507455c8bd54c53770d1df047adb462808
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Fri Aug 29 21:14:24 2014 +0100

    v2v: Minor correction to -o glance documentation.
    
    This fixes commit f01f641fbb1a29b5727c0443f3700b1c871ccfc9.
---
 v2v/cmdline.ml   | 2 +-
 v2v/virt-v2v.pod | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/v2v/cmdline.ml b/v2v/cmdline.ml
index 917d1c9..c4b42dc 100644
--- a/v2v/cmdline.ml
+++ b/v2v/cmdline.ml
@@ -153,7 +153,7 @@ let parse_cmdline () =
 
  virt-v2v -i disk -o local -os /var/tmp disk.img
 
- virt-v2v -i disk -o glance -os glance_image_name
+ virt-v2v -i disk disk.img -o glance -os glance_image_name
 
 There is a companion front-end called \"virt-p2v\" which comes as an
 ISO or CD image that can be booted on physical machines.
diff --git a/v2v/virt-v2v.pod b/v2v/virt-v2v.pod
index ee9cebf..5f29a42 100644
--- a/v2v/virt-v2v.pod
+++ b/v2v/virt-v2v.pod
@@ -13,7 +13,7 @@ virt-v2v - Convert a guest to use KVM
 
  virt-v2v -i disk -o local -os /var/tmp disk.img
 
- virt-v2v -i disk -o glance -os glance_image_name
+ virt-v2v -i disk disk.img -o glance -os glance_image_name
 
 =head1 DESCRIPTION
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git



More information about the Pkg-libvirt-commits mailing list