From 926903049560168a78c564b6be86776bfaac7252 Mon Sep 17 00:00:00 2001 From: Jim Procter Date: Wed, 29 Jul 2020 17:46:33 +0100 Subject: [PATCH] JAL-3675 mention -open argument in the command line arguments table --- help/help/html/features/clarguments.html | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/help/help/html/features/clarguments.html b/help/help/html/features/clarguments.html index 60db069..5c9e314 100644 --- a/help/help/html/features/clarguments.html +++ b/help/help/html/features/clarguments.html @@ -34,6 +34,11 @@ parameters, then include it at the beginning of the command line to ensure they are processed before any remaining arguments.
+ Typical command line execution follows the following pattern: +
+  jalview -open <Alignment File/URL> [additional import arguments] [export arguments]
+  
+ @@ -41,7 +46,11 @@ User Interface. (automatically disables questionnaire, version and usage stats checks) - + + + +
-nodisplay
-open FILE/URL
Specify the alignment file to + open or process by providing additional arguments.
-props FILE/URL
Use the given Jalview properties -- 1.7.10.2