[Pkg-libvirt-commits] [libguestfs] 40/146: v2v: Fix command line --help output for --no-trim option.

Hilko Bengen bengen at moszumanska.debian.org
Sun Mar 29 17:00:13 UTC 2015


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

bengen pushed a commit to branch master
in repository libguestfs.

commit 8eeac357c374b03622db60c960337f1654e9175f
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Thu Nov 27 17:40:52 2014 +0000

    v2v: Fix command line --help output for --no-trim option.
    
    (cherry picked from commit 196813ea7466c54d26f71ff1760b433bdc29c081)
---
 v2v/cmdline.ml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/v2v/cmdline.ml b/v2v/cmdline.ml
index 69a627f..01f3335 100644
--- a/v2v/cmdline.ml
+++ b/v2v/cmdline.ml
@@ -159,7 +159,7 @@ let parse_cmdline () =
     "-n",        Arg.String add_network,    "in:out " ^ s_"Map network 'in' to 'out'";
     "--network", Arg.String add_network,    "in:out " ^ ditto;
     "--no-copy", Arg.Clear do_copy,         " " ^ s_"Just write the metadata";
-    "--no-trim", Arg.String set_no_trim,    "all|mp,mp,.." ^ s_"Don't trim selected mounts";
+    "--no-trim", Arg.String set_no_trim,    "all|mp,mp,.." ^ " " ^ s_"Don't trim selected mounts";
     "-o",        Arg.String set_output_mode, o_options ^ " " ^ s_"Set output mode (default: libvirt)";
     "-oa",       Arg.String set_output_alloc, "sparse|preallocated " ^ s_"Set output allocation mode";
     "-oc",       Arg.Set_string output_conn, "uri " ^ s_"Libvirt URI";

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