JAL-629 Help and code with threads
[jalview.git] / src / jalview / bin / argparser / Arg.java
index 73dec4e..384e843 100644 (file)
@@ -198,7 +198,7 @@ public enum Arg
   UNSETARGFILE(
           "Unsets the current value of the argfilename.  Inserted after argfile contents.",
           Opt.UNARY, Opt.LINKED, Opt.MULTI, Opt.PRIVATE, Opt.NOACTION),
-  THREADS("When opening multiple alignment windows, set a limit to alignments being processed at one time.",
+  THREADS("When opening multiple alignment windows, set a limit to alignments being processed at one time.  The default is 3.",
           Opt.BOOTSTRAP, Opt.STRING, Opt.NODUPLICATEVALUES, Opt.NOACTION),
 
   // these last two have no purpose in the normal Jalview application but are