Skip to content

Commit

Permalink
fixing argument messages
Browse files Browse the repository at this point in the history
  • Loading branch information
anicolaspp committed Mar 31, 2019
1 parent 0688be4 commit 794cc4e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ object Configuration {
opt[String]('q', "query")
.action((query, conf) => conf.copy(query = query))
.maxOccurs(1)
.text("OJAI query to be deleted from MapR-DB. This query will ONLY be executed if --all is false.")
.text("OJAI query to be deleted from MapR-DB. This query will ONLY be executed if --all is missing.")

opt[String]('i', "id")
.action((id, conf) => conf.copy(id = id))
Expand Down

0 comments on commit 794cc4e

Please sign in to comment.