Merge branch 'develop' into spike/JAL-4047/JAL-4048_columns_in_sequenceID
[jalview.git] / help / help / html / features / groovy.html
index cc91154..cb0b10c 100644 (file)
@@ -47,7 +47,7 @@
   </p>
   <p>
     <strong>Executing groovy scripts on Jalview startup</strong><br>
-    The -groovy &lt;script&gt; option on the <a href="commandline.html">
+    The --groovy &lt;script&gt; option on the <a href="commandline.html">
       Jalview command line</a> will execute the contents of &lt;script&gt;.
     &lt;script&gt; may be a file, a URL, or alternatively if it is
     &quot;STDIN&quot; then the standard input will be used.<br> <em>Note:
@@ -76,7 +76,7 @@
           window which is currently being looked at by the user</li>
       </ul></li>
     <li><strong>currentAlFrame</strong> - this is only defined when
-      running a Groovy script via the -groovy command line argument. It
+      running a Groovy script via the --groovy command line argument. It
       returns the first alignment window created after acting on the
       other arguments passed on the command line.</li>
   </ul>