Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions scalardb/src/scalardb/runner.clj
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@
[nil "--isolation-level ISOLATION_LEVEL" "isolation level"
:default :snapshot
:parse-fn keyword
:validate [#{:snapshot :serializable}
"Should be one of snapshot or serializable"]]
:validate [#{:read-committed :snapshot :serializable}
"Should be one of read-committed, snapshot, or serializable"]]

(cli/repeated-opt nil "--consistency-model CONSISTENCY_MODEL"
"consistency model to be checked"
Expand Down
Loading