Skip to content

Commit

Permalink
Fix #50. Fixing --file message (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
machaval committed Sep 28, 2022
1 parent 3bb8ce6 commit 599982d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ object Options {
.longOpt(FILE)
.hasArg()
.argName("file-path")
.desc("Specifies output file for the transformation if not standard output will be used.")
.desc("Specifies the DataWeave file path to execute.")
.build())

options.addOption(null, EVAL, false, "Evaluates the script instead of writing it.")
options.addOption(null, EVAL, false, "Executes the script but it doesn't use the writer. This is useful when launching a webserver.")

options.addOption(null, VERSION, false, "The version of the CLI and Runtime.")

Expand Down

0 comments on commit 599982d

Please sign in to comment.