You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by be...@apache.org on 2011/06/05 08:38:50 UTC

svn commit: r1131939 - /incubator/mesos/trunk/bin/start-mesos

Author: benh
Date: Sun Jun  5 06:38:49 2011
New Revision: 1131939

URL: http://svn.apache.org/viewvc?rev=1131939&view=rev
Log:
Minor fix to user message.

Modified:
    incubator/mesos/trunk/bin/start-mesos

Modified: incubator/mesos/trunk/bin/start-mesos
URL: http://svn.apache.org/viewvc/incubator/mesos/trunk/bin/start-mesos?rev=1131939&r1=1131938&r2=1131939&view=diff
==============================================================================
--- incubator/mesos/trunk/bin/start-mesos (original)
+++ incubator/mesos/trunk/bin/start-mesos Sun Jun  5 06:38:49 2011
@@ -8,6 +8,5 @@ $bin/start-master
 
 $bin/start-slaves
 
-echo "Everything's started! You can view the master Web UI at"
+echo "Everything's started! You should be able to view the master Web UI"
 
-echo "      http://$MASTER:$MASTER_WEBUI_PORT"