You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by ff...@apache.org on 2019/02/28 03:13:55 UTC

[karaf] branch master updated: [KARAF-6177]improve shell:exit help message

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

ffang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/master by this push:
     new db4ef21  [KARAF-6177]improve shell:exit help message
     new beda373  Merge branch 'master' of github.com:apache/karaf
db4ef21 is described below

commit db4ef21f509689c2cdf3770192f4f7963cd1e136
Author: Freeman Fang <fr...@gmail.com>
AuthorDate: Thu Feb 28 11:12:22 2019 +0800

    [KARAF-6177]improve shell:exit help message
---
 .../src/main/java/org/apache/karaf/shell/console/ExitAction.java        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shell/console/src/main/java/org/apache/karaf/shell/console/ExitAction.java b/shell/console/src/main/java/org/apache/karaf/shell/console/ExitAction.java
index d50cc91..f5e3220 100644
--- a/shell/console/src/main/java/org/apache/karaf/shell/console/ExitAction.java
+++ b/shell/console/src/main/java/org/apache/karaf/shell/console/ExitAction.java
@@ -23,7 +23,7 @@ import org.apache.karaf.shell.commands.Command;
 /**
  * Exit from the current sub-shell and get back to the previous one.
  */
-@Command(scope = "*", name = "exit", description = "Exit from the current shell")
+@Command(scope = "*", name = "exit", description = "Exit from the current subshell")
 @Deprecated
 public class ExitAction extends AbstractAction {