search for: a0517a2

Displaying 2 results from an estimated 2 matches for "a0517a2".

Did you mean: 005172
2016 Jul 18
0
[PATCH 3/3] builder: improve the handling of list formats
...ine-readable" ], Getopt.Set machine_readable, s_"Make output machine readable"; [ "-m"; "--memsize" ], Getopt.Int ("mb", set_memsize), s_"Set memory size"; diff --git a/builder/cmdline.mli b/builder/cmdline.mli index 854db61..a0517a2 100644 --- a/builder/cmdline.mli +++ b/builder/cmdline.mli @@ -30,7 +30,7 @@ type cmdline = { delete_on_failure : bool; format : string option; gpg : string; - list_format : [`Short|`Long|`Json]; + list_format : List_entries.format; memsize : int option; network : bool; ops : Cu...
2016 Jul 18
4
[PATCH 1/3] mllib: Getopt: point to man page as additional help
On error, point also to the man page of the current tool in addition to '$TOOL --help'. --- mllib/getopt-c.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mllib/getopt-c.c b/mllib/getopt-c.c index bf40f91..3efd5d3 100644 --- a/mllib/getopt-c.c +++ b/mllib/getopt-c.c @@ -69,8 +69,8 @@ cleanup_option_list (void *ptr) static void __attribute__((noreturn))