Skip to content

Commit

Permalink
[HEADLESS] Remove '-write-xmi' from help message
Browse files Browse the repository at this point in the history
Don't know how to use it, what it is for, nor anything
  • Loading branch information
RoiArthurB committed May 12, 2022
1 parent 006d070 commit 0d5cae1
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -173,8 +173,8 @@ private static void showHelp() {
+ "\n\t\t" + BUILD_XML_PARAMETER + " [experimentName] [modelFile.gaml] [xmlOutputFile.xml]"
+ "\n\t\t -- build an xml parameter file from a model"
+ "\n\t\t[xmlHeadlessFile.xml] [outputDirectory]"
+ "\n\t\t -- default usage of GAMA headless" + "\n\t\t" + WRITE_XMI
+ " -- write scope provider resource files to disk");
+ "\n\t\t -- default usage of GAMA headless");
// + "\n\t\t" + WRITE_XMI + " -- write scope provider resource files to disk");
DEBUG.OFF();
}

Expand Down

0 comments on commit 0d5cae1

Please sign in to comment.