Displaying 2 results from an estimated 2 matches for "1725c8d".
Did you mean:
17258
2016 Jun 27
0
Re: [PATCH] RFC: OCaml tools: add and use a Getopt module
...; +val extra_args : unit -> (Getopt.keys * Getopt.spec * Getopt.doc) list
> (** Get the list of extra arguments for the command line. *)
>
> val dump_pod : unit -> unit
> diff --git a/sysprep/sysprep_operation_script.ml b/sysprep/sysprep_operation_script.ml
> index 140225c..1725c8d 100644
> --- a/sysprep/sysprep_operation_script.ml
> +++ b/sysprep/sysprep_operation_script.ml
> @@ -129,7 +129,7 @@ B<Note:> This is different from I<--firstboot> scripts (which run
> in the context of the guest when it is booting first time).
> I<--script> scrip...
2016 Jun 24
2
[PATCH] RFC: OCaml tools: add and use a Getopt module
...* Arg.spec * Arg.doc) list
+val extra_args : unit -> (Getopt.keys * Getopt.spec * Getopt.doc) list
(** Get the list of extra arguments for the command line. *)
val dump_pod : unit -> unit
diff --git a/sysprep/sysprep_operation_script.ml b/sysprep/sysprep_operation_script.ml
index 140225c..1725c8d 100644
--- a/sysprep/sysprep_operation_script.ml
+++ b/sysprep/sysprep_operation_script.ml
@@ -129,7 +129,7 @@ B<Note:> This is different from I<--firstboot> scripts (which run
in the context of the guest when it is booting first time).
I<--script> scripts run on the host, not i...