Skip to content

Commit

Permalink
DDF-3100 Corrected catalog:validate usage message (#2087)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexabird authored and clockard committed Jun 23, 2017
1 parent 13c16cd commit 41726d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public Object executeWithSubject() throws Exception {
metacards = getMetacardsFromCatalog();
} else {
printer.printError(
"Usage: catalog:validate < --path filePath > < --cqlQuery cqlQuery >");
"Usage: catalog:validate < --path filePath > < --cql cqlQuery >");
return null;
}

Expand Down

0 comments on commit 41726d4

Please sign in to comment.