From 8e219949b55b37b78ffc514c895e2697b79362a6 Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Sun, 11 Jan 2015 15:31:26 +0100 Subject: [PATCH] Documentation in qp_create_ezfio_from_xyz.ml --- ocaml/qp_create_ezfio_from_xyz.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ocaml/qp_create_ezfio_from_xyz.ml b/ocaml/qp_create_ezfio_from_xyz.ml index 785e3a4e..d3239e27 100644 --- a/ocaml/qp_create_ezfio_from_xyz.ml +++ b/ocaml/qp_create_ezfio_from_xyz.ml @@ -8,7 +8,7 @@ let spec = +> flag "o" (optional string) ~doc:"file Name of the created EZFIO file." +> flag "b" (required string) - ~doc:"definition of basis set." + ~doc:"string Name of basis set." +> flag "c" (optional_with_default 0 int) ~doc:"int Total charge of the molecule. Default is 0." +> flag "m" (optional_with_default 1 int)