aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/ravanan2
1 files changed, 1 insertions, 1 deletions
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)