This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 9d7fcd33e6b Regen for commit 8e32eb4e5fd675ee35796c1b0abf78816dc7b2f1
9d7fcd33e6b is described below
commit 9d7fcd33e6b27ad96738bbee7b97a725cfb49fa4
Author: davsclaus <[email protected]>
AuthorDate: Wed May 18 12:08:11 2022 +0000
Regen for commit 8e32eb4e5fd675ee35796c1b0abf78816dc7b2f1
Signed-off-by: GitHub <[email protected]>
---
.../src/main/java/org/apache/camel/dsl/jbang/core/commands/Pipe.java | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git
a/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/Pipe.java
b/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/Pipe.java
index d66927492bc..5b52fe8f62b 100644
---
a/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/Pipe.java
+++
b/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/Pipe.java
@@ -50,10 +50,11 @@ class Pipe implements Callable<Integer> {
String loggingLevel;
@CommandLine.Option(names = { "--properties" },
- description = "Load properties file for route placeholders (ex.
/path/to/file.properties")
+ description = "Load properties file for route
placeholders (ex. /path/to/file.properties")
String propertiesFiles;
- @CommandLine.Option(names = { "-p", "--prop", "--property" }, description
= "Additional properties (override existing)", arity = "0")
+ @CommandLine.Option(names = { "-p", "--prop", "--property" }, description
= "Additional properties (override existing)",
+ arity = "0")
String[] property;
@Override