X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fbin%2Fargparser%2FArg.java;h=93156ace302e01fb9eba910b06f421d4be37b94d;hb=d76c189f5d49526a39d03e291f84400b95c177b2;hp=b69ed614bf94b0e1d1cb66731f7dadfe5f2d501a;hpb=24148ee604dd03ceaeab63c123f3afc5cc2a57a7;p=jalview.git diff --git a/src/jalview/bin/argparser/Arg.java b/src/jalview/bin/argparser/Arg.java index b69ed61..93156ac 100644 --- a/src/jalview/bin/argparser/Arg.java +++ b/src/jalview/bin/argparser/Arg.java @@ -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,