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 65cad9e..a697ac0 100755
--- a/bin/ravanan
+++ b/bin/ravanan
@@ -148,7 +148,7 @@ files that have the token in the @verbatim{SLURM_JWT=token} format."
(case (assq-ref args 'batch-system)
((slurm-api)
(unless (assq-ref args 'scratch)
- (error "scratch not specified"))
+ (error "--scratch not specified"))
(unless (assq-ref args 'slurm-jwt)
(error "--slurm-jwt not specified"))))
(match (reverse (assq-ref args 'args))