You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2014/09/11 14:36:37 UTC

git commit: [KARAF-3222] Update the osgi:shutdown command description

Repository: karaf
Updated Branches:
  refs/heads/karaf-2.x ff9b0f81c -> 977228f3d


[KARAF-3222] Update the osgi:shutdown command description


Project: http://git-wip-us.apache.org/repos/asf/karaf/repo
Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/977228f3
Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/977228f3
Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/977228f3

Branch: refs/heads/karaf-2.x
Commit: 977228f3d85262fdb2d2ab6f94332508a0b80a04
Parents: ff9b0f8
Author: Jean-Baptiste Onofré <jb...@apache.org>
Authored: Thu Sep 11 14:36:09 2014 +0200
Committer: Jean-Baptiste Onofré <jb...@apache.org>
Committed: Thu Sep 11 14:36:09 2014 +0200

----------------------------------------------------------------------
 shell/osgi/src/main/java/org/apache/karaf/shell/osgi/Shutdown.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf/blob/977228f3/shell/osgi/src/main/java/org/apache/karaf/shell/osgi/Shutdown.java
----------------------------------------------------------------------
diff --git a/shell/osgi/src/main/java/org/apache/karaf/shell/osgi/Shutdown.java b/shell/osgi/src/main/java/org/apache/karaf/shell/osgi/Shutdown.java
index 90301b3..f57cb96 100644
--- a/shell/osgi/src/main/java/org/apache/karaf/shell/osgi/Shutdown.java
+++ b/shell/osgi/src/main/java/org/apache/karaf/shell/osgi/Shutdown.java
@@ -28,7 +28,7 @@ import java.util.GregorianCalendar;
 /**
  * Command to shut down Karaf
  */
-@Command(scope = "osgi", name = "shutdown", description = "Shutdown the framework down.")
+@Command(scope = "osgi", name = "shutdown", description = "Shutdown the Karaf container.")
 public class Shutdown extends OsgiCommandSupport {
 
     @Option(name = "-f", aliases = "--force", description = "Force the shutdown without confirmation message.", required = false, multiValued = false)