diff options
| author | Arun Isaac | 2026-06-20 10:35:26 +0100 |
|---|---|---|
| committer | Arun Isaac | 2026-09-04 16:18:13 +0100 |
| commit | c8cd1efbf79d8e2132bcd7d31f8f5a2c1e783ad1 (patch) | |
| tree | 6995daf5d04d051688df42c2889e88384e600534 | |
| parent | f18eb6a828bd4410db1800b598c65ca79f61b358 (diff) | |
| download | ravanan-c8cd1efbf79d8e2132bcd7d31f8f5a2c1e783ad1.tar.gz ravanan-c8cd1efbf79d8e2132bcd7d31f8f5a2c1e783ad1.tar.lz ravanan-c8cd1efbf79d8e2132bcd7d31f8f5a2c1e783ad1.zip | |
bin: Move --help and --version lower down in usage.
| -rwxr-xr-x | bin/ravanan | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/ravanan b/bin/ravanan index ec0448b..e912126 100755 --- a/bin/ravanan +++ b/bin/ravanan @@ -126,8 +126,6 @@ Run CWL-WORKFLOW with INPUTS. --output-directory=DIRECTORY --outdir=DIRECTORY output directory - --help display this help and exit - --version print version and exit --batch-system=BATCH-SYSTEM batch system to run jobs on; Supported batch systems are single-machine (default) and slurm-api @@ -136,6 +134,9 @@ Run CWL-WORKFLOW with INPUTS. (default: current directory with the single-machine batch system) --store=STORE path to shared store to write results into + --help display this help and exit + --version print version and exit + Guix options: --guix-channels=GUIX_CHANNELS guix channels file to build profiles on |
