[Pkg-libvirt-commits] [libguestfs] 82/266: v2v: -o rhev: Fix error message.

Hilko Bengen bengen at moszumanska.debian.org
Fri Oct 3 14:41:44 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 83c314d5c016ce055a8500a9f8f9d8aa694349bd
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Tue Aug 12 15:06:21 2014 +0100

    v2v: -o rhev: Fix error message.
---
 v2v/cmdline.ml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/v2v/cmdline.ml b/v2v/cmdline.ml
index 0d46fc6..730c936 100644
--- a/v2v/cmdline.ml
+++ b/v2v/cmdline.ml
@@ -200,7 +200,7 @@ read the man page virt-v2v(1).
       OutputLocal output_storage
     | `RHEV ->
       if output_storage = "" then
-        error (f_"-o local: output storage was not specified, use '-os'");
+        error (f_"-o rhev: output storage was not specified, use '-os'");
       OutputRHEV (output_storage, vmtype) in
 
   input, output,

-- 
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