You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ti...@apache.org on 2015/06/25 00:53:01 UTC

mesos git commit: Fixed typo in getting started guide.

Repository: mesos
Updated Branches:
  refs/heads/master f16d73852 -> 3de248615


Fixed typo in getting started guide.

Review: https://reviews.apache.org/r/35848


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/3de24861
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/3de24861
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/3de24861

Branch: refs/heads/master
Commit: 3de248615a41d9f56496e9dd35e86e6c28486a1a
Parents: f16d738
Author: Marco Massenzio <ma...@mesosphere.io>
Authored: Thu Jun 25 00:50:56 2015 +0200
Committer: Till Toenshoff <to...@me.com>
Committed: Thu Jun 25 00:50:56 2015 +0200

----------------------------------------------------------------------
 docs/getting-started.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/3de24861/docs/getting-started.md
----------------------------------------------------------------------
diff --git a/docs/getting-started.md b/docs/getting-started.md
index 9d78ab2..38b0fe8 100644
--- a/docs/getting-started.md
+++ b/docs/getting-started.md
@@ -133,7 +133,7 @@ Following are the instructions for stock CentOS 7.1. If you are using a differen
         $ ../configure
         $ make
 
-In order to speed up the build and reduce verbosity of the logs, you can append `-j=<number of cores> V=0` to `make`.
+In order to speed up the build and reduce verbosity of the logs, you can append `-j <number of cores> V=0` to `make`.
 
         # Run test suite.
         $ make check