diff options
author | Arun Isaac | 2024-12-04 20:16:10 +0000 |
---|---|---|
committer | Arun Isaac | 2024-12-04 20:16:10 +0000 |
commit | ada06c78f9890a7e9d4e629915315e9f82c191c8 (patch) | |
tree | f617f64facd3ead5503ee197473fa2d34d80e8a3 | |
parent | a9db1e090c9be9ec4a7e343b50f00100367ad112 (diff) | |
download | ravanan-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-x | bin/ravanan | 2 |
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) |