You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ks...@apache.org on 2016/05/11 20:29:56 UTC

[5/5] servicemix git commit: [SM-2984] Correct the shutdown command in branding.properties

[SM-2984] Correct the shutdown command in branding.properties


Project: http://git-wip-us.apache.org/repos/asf/servicemix/repo
Commit: http://git-wip-us.apache.org/repos/asf/servicemix/commit/41624c78
Tree: http://git-wip-us.apache.org/repos/asf/servicemix/tree/41624c78
Diff: http://git-wip-us.apache.org/repos/asf/servicemix/diff/41624c78

Branch: refs/heads/master
Commit: 41624c7851b8ddfce7c7f4a33f386eb4022be58e
Parents: 88592bd
Author: Krzysztof Sobkowiak <kr...@gmail.com>
Authored: Wed May 11 22:28:51 2016 +0200
Committer: Krzysztof Sobkowiak <kr...@gmail.com>
Committed: Wed May 11 22:28:51 2016 +0200

----------------------------------------------------------------------
 .../main/resources/org/apache/karaf/branding/branding.properties   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/servicemix/blob/41624c78/branding/src/main/resources/org/apache/karaf/branding/branding.properties
----------------------------------------------------------------------
diff --git a/branding/src/main/resources/org/apache/karaf/branding/branding.properties b/branding/src/main/resources/org/apache/karaf/branding/branding.properties
index 15aefec..b830210 100644
--- a/branding/src/main/resources/org/apache/karaf/branding/branding.properties
+++ b/branding/src/main/resources/org/apache/karaf/branding/branding.properties
@@ -28,7 +28,7 @@ welcome = \
 \n\
 Hit '\u001B[1m<tab>\u001B[0m' for a list of available commands\n\
    and '\u001B[1m[cmd] --help\u001B[0m' for help on a specific command.\n\
-Hit '<ctrl-d>' or 'osgi:shutdown' to shutdown ServiceMix.\n
+Hit '<ctrl-d>' or 'system:shutdown' to shutdown ServiceMix.\n
 
 prompt = \u001B[1m${USER}@${APPLICATION}\u001B[0m>