---
v2v/copy_to_local.ml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/v2v/copy_to_local.ml b/v2v/copy_to_local.ml
index 5992689bc..8ee9145b9 100644
--- a/v2v/copy_to_local.ml
+++ b/v2v/copy_to_local.ml
@@ -44,7 +44,7 @@ let rec main () =
(* Handle the command line. *)
let argspec = [
- [ L"ic" ], Getopt.String ("uri", set_string_option_once
"-ic" input_conn),
+ [ M"ic" ], Getopt.String ("uri", set_string_option_once
"-ic" input_conn),
s_"Libvirt URI";
[ L"password-file" ], Getopt.String ("file",
set_string_option_once "--password-file" password_file),
s_"Use password from file";
--
2.16.2