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/03/07 10:29:13 UTC

[karaf] branch karaf-4.2.x updated: [KARAF-6177]another place to fix

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

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


The following commit(s) were added to refs/heads/karaf-4.2.x by this push:
     new 22eec0f  [KARAF-6177]another place to fix
22eec0f is described below

commit 22eec0f1e56490dffd7112e83ce2dbab9bf65159
Author: Freeman Fang <fr...@gmail.com>
AuthorDate: Thu Mar 7 18:28:10 2019 +0800

    [KARAF-6177]another place to fix
    
    (cherry picked from commit 386940d9f3ae59d153c9d4b4875fe52b0eb98212)
---
 .../java/org/apache/karaf/shell/impl/console/commands/ExitCommand.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shell/core/src/main/java/org/apache/karaf/shell/impl/console/commands/ExitCommand.java b/shell/core/src/main/java/org/apache/karaf/shell/impl/console/commands/ExitCommand.java
index 147d403..442009c 100644
--- a/shell/core/src/main/java/org/apache/karaf/shell/impl/console/commands/ExitCommand.java
+++ b/shell/core/src/main/java/org/apache/karaf/shell/impl/console/commands/ExitCommand.java
@@ -29,7 +29,7 @@ public class ExitCommand extends TopLevelCommand {
 
     @Override
     public String getDescription() {
-        return "Exit from the current shell";
+        return "Exit from the current subshell";
     }
 
     @Override