JAL-4298 Added diagnostics and minor dimension changes to Java Console. Added a...
[jalview.git] / src / jalview / bin / argparser / Arg.java
index b69ed61..93156ac 100644 (file)
@@ -44,6 +44,8 @@ public enum Arg
   QUESTIONNAIRE(Type.CONFIG,
           "Show (or don't show) the questionnaire if one is available.",
           true, Opt.BOOLEAN, Opt.BOOTSTRAP),
+  JAVACONSOLE(Type.CONFIG, "Show (or don't show) the Java Console.", false,
+          Opt.BOOLEAN, Opt.BOOTSTRAP),
   NOUSAGESTATS(Type.CONFIG, "Don't send initial launch usage stats.",
           Opt.UNARY, Opt.BOOTSTRAP),
   NOSTARTUPFILE(Type.CONFIG, "Don't show the default startup file.",
@@ -189,7 +191,7 @@ public enum Arg
                   + Arg.COLOUR.argString() + ".",
           Opt.STRING, Opt.LINKED, Opt.MULTIVALUE, Opt.ALLOWMULTIID),
   BGCOLOUR(Type.IMAGE, "bgcolor", // being a bit soft on the Americans!
-          "Applies a background colour to the structure image. Valid values are named colours or #RRGGBB.",
+          "Applies a background colour to the structure image. Valid values are named colours known to Java or RRGGBB 6 digit hex-string.",
           Opt.STRING, Opt.LINKED, Opt.MULTIVALUE, Opt.ALLOWMULTIID),
   /*
   STRUCTUREIMAGETYPE(Type.IMAGE,