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

nfilotto pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-karaf.git


The following commit(s) were added to refs/heads/main by this push:
     new 3afe2aaf Ref #264: Add a command name for ContextStart
3afe2aaf is described below

commit 3afe2aaf18e4318557af5f5cce70efa5f979b031
Author: Nicolas Filotto <[email protected]>
AuthorDate: Wed May 15 12:41:22 2024 +0200

    Ref #264: Add a command name for ContextStart
---
 shell/src/main/java/org/apache/camel/karaf/shell/ContextStart.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shell/src/main/java/org/apache/camel/karaf/shell/ContextStart.java 
b/shell/src/main/java/org/apache/camel/karaf/shell/ContextStart.java
index 858809a9..1f4e7ca6 100644
--- a/shell/src/main/java/org/apache/camel/karaf/shell/ContextStart.java
+++ b/shell/src/main/java/org/apache/camel/karaf/shell/ContextStart.java
@@ -25,7 +25,7 @@ import org.apache.karaf.shell.api.action.Command;
 import org.apache.karaf.shell.api.action.Completion;
 import org.apache.karaf.shell.api.action.lifecycle.Service;
 
-@Command(scope = "camel", name = "")
+@Command(scope = "camel", name = "context-start", description = "Starts a 
Camel context")
 @Service
 public class ContextStart extends CamelCommandSupport implements Action {
 

Reply via email to