From ada06c78f9890a7e9d4e629915315e9f82c191c8 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Wed, 4 Dec 2024 20:16:10 +0000 Subject: bin: Indicate that the --store argument was not specified. * bin/ravanan (main): Indicate specifically that the --store argument was not specified. --- bin/ravanan | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/ravanan b/bin/ravanan index a697ac0..bf27fe9 100755 --- a/bin/ravanan +++ b/bin/ravanan @@ -144,7 +144,7 @@ files that have the token in the @verbatim{SLURM_JWT=token} format." (exit #t)) ;; Check for required arguments. (unless (assq-ref args 'store) - (error "ravanan store not specified")) + (error "--store not specified")) (case (assq-ref args 'batch-system) ((slurm-api) (unless (assq-ref args 'scratch) -- cgit v1.2.3