Skip to content
This repository was archived by the owner on May 31, 2025. It is now read-only.

Commit 599982d

Browse files
authored
Fix #50. Fixing --file message (#51)
1 parent 3bb8ce6 commit 599982d

File tree

1 file changed

+2
-2
lines changed
  • native-cli/src/main/scala/org/mule/weave/dwnative/cli

1 file changed

+2
-2
lines changed

native-cli/src/main/scala/org/mule/weave/dwnative/cli/Options.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ object Options {
5656
.longOpt(FILE)
5757
.hasArg()
5858
.argName("file-path")
59-
.desc("Specifies output file for the transformation if not standard output will be used.")
59+
.desc("Specifies the DataWeave file path to execute.")
6060
.build())
6161

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

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

0 commit comments

Comments
 (0)