[Libguestfs] [PATCH] builder: Fix description for --long option

Andrea Bolognani abologna at redhat.com
Thu Jun 16 14:14:58 UTC 2016


---
 builder/cmdline.ml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/builder/cmdline.ml b/builder/cmdline.ml
index 7b33013..eee8367 100644
--- a/builder/cmdline.ml
+++ b/builder/cmdline.ml
@@ -148,7 +148,7 @@ let parse_cmdline () =
     "--gpg",    Arg.Set_string gpg,         "gpg" ^ " " ^ s_"Set GPG binary/command";
     "-l",        Arg.Unit list_mode,        " " ^ s_"List available templates";
     "--list",    Arg.Unit list_mode,        " " ^ s_"List available templates";
-    "--long",    Arg.Unit list_set_long,    " " ^ s_"Shortcut for --list-format short";
+    "--long",    Arg.Unit list_set_long,    " " ^ s_"Shortcut for --list-format long";
     "--list-format", Arg.String list_set_format,
                                             "short|long|json" ^ " " ^ s_"Set the format for --list (default: short)";
     "--machine-readable", Arg.Set machine_readable, " " ^ s_"Make output machine readable";
-- 
2.5.5




More information about the Libguestfs mailing list