aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Isaac2024-12-04 20:16:10 +0000
committerArun Isaac2024-12-04 20:16:10 +0000
commitada06c78f9890a7e9d4e629915315e9f82c191c8 (patch)
treef617f64facd3ead5503ee197473fa2d34d80e8a3
parenta9db1e090c9be9ec4a7e343b50f00100367ad112 (diff)
downloadravanan-ada06c78f9890a7e9d4e629915315e9f82c191c8.tar.gz
ravanan-ada06c78f9890a7e9d4e629915315e9f82c191c8.tar.lz
ravanan-ada06c78f9890a7e9d4e629915315e9f82c191c8.zip
bin: Indicate that the --store argument was not specified.
* bin/ravanan (main): Indicate specifically that the --store argument was not specified.
-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)