]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/matitaInit.ml
more work for the release
[helm.git] / helm / software / matita / matitaInit.ml
index f66ec6aff40544c39285849053b7047dfd05363c..b34f1dfc5b67ced099ea20aa9aec97599c964b6b 100644 (file)
@@ -163,6 +163,8 @@ Options:"
 Usage: matitamake [ OPTION ... ] (init | clean | list | destroy | build)
   init
     Parameters: name (the name of the development, required)
+                root (the directory in which the delopment is rooted, 
+                      optional, default is current working directory)
     Description: tells matitamake that a new development radicated 
       in the current working directory should be handled.
   clean
@@ -240,7 +242,7 @@ let parse_cmdline init_status =
           "Turns off profiling printings";
         "-bench", 
           Arg.Unit (fun () -> Helm_registry.set_bool "matita.bench" true),
-          "Turns on timing prints";
+          "Turns on parsable output on stdout, that is timings for matitac...";
         "-preserve",
           Arg.Unit (fun () -> Helm_registry.set_bool "matita.preserve" true),
           "Turns off automatic baseuri cleaning";