From c8cd1efbf79d8e2132bcd7d31f8f5a2c1e783ad1 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Sat, 20 Jun 2026 10:35:26 +0100 Subject: bin: Move --help and --version lower down in usage. --- bin/ravanan | 5 +++-- 1 file 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 -- cgit 1.4.1