X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fbin%2Fargparser%2FArg.java;h=2a3a4a19fb7937d80adcbd0fcaf5d71a741842c0;hb=61c5b7072f14e1328bde5b5bf896affd3eb5a626;hp=9bb5f38b3c9333c135d0ed953c60c2cb78b728f8;hpb=14488926488f05f802480c508da1cc4ed53c5b1a;p=jalview.git diff --git a/src/jalview/bin/argparser/Arg.java b/src/jalview/bin/argparser/Arg.java index 9bb5f38..2a3a4a1 100644 --- a/src/jalview/bin/argparser/Arg.java +++ b/src/jalview/bin/argparser/Arg.java @@ -139,7 +139,7 @@ public enum Arg TEMPFAC(Type.STRUCTURE, "Set the type of temperature factor. Possible values are:\n" + "default,\n" + "plddt.", - Opt.STRING, Opt.LINKED, Opt.ALLOWMULTIID), + Opt.STRING, Opt.LINKED, Opt.MULTIVALUE, Opt.ALLOWMULTIID), STRUCTUREVIEWER(Type.STRUCTURE, "Set the structure viewer to use to open the 3D structure file specified in previous --structure to name. Possible values of name are:\n" + "none,\n" + "jmol,\n" + "chimera,\n" + "chimerax,\n" @@ -148,8 +148,8 @@ public enum Arg NOTEMPFAC(Type.STRUCTURE, "Do not show the temperature factor annotation for the preceding --structure.", Opt.UNARY, Opt.LINKED, Opt.ALLOWMULTIID, Opt.SECRET), // keep this - // secret - // until it works! + // secret until + // it works! SHOWSSANNOTATIONS(Type.STRUCTURE, null, Opt.BOOLEAN, Opt.LINKED, Opt.ALLOWMULTIID), @@ -189,7 +189,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,