This is an automated email from the ASF dual-hosted git repository.

davsclaus 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 38e70d294cb Polished
38e70d294cb is described below

commit 38e70d294cb7fbb647604853535579d47d04d1d6
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Wed Jun 28 08:00:36 2023 +0200

    Polished
---
 .../org/apache/camel/dsl/jbang/core/commands/process/StopProcess.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/process/StopProcess.java
 
b/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/process/StopProcess.java
index 4ef6e82332f..741396875a3 100644
--- 
a/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/process/StopProcess.java
+++ 
b/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/process/StopProcess.java
@@ -27,7 +27,7 @@ import picocli.CommandLine.Command;
 @Command(name = "stop", description = "Shuts down running Camel integrations")
 public class StopProcess extends ProcessBaseCommand {
 
-    @CommandLine.Parameters(description = "Name or pid of running Camel 
integration", arity = "0..1")
+    @CommandLine.Parameters(description = "Name or pid of running Camel 
integration(s)", arity = "0..1")
     String name = "*";
 
     @CommandLine.Option(names = { "--kill" },

Reply via email to