You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by bm...@apache.org on 2013/07/20 21:40:25 UTC

[2/3] git commit: Fixed some mistakes in the Configuration document.

Fixed some mistakes in the Configuration document.


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

Branch: refs/heads/master
Commit: 7ea756acc2bd9bd607871227f5a76333c140eeb6
Parents: 03c1393
Author: Benjamin Mahler <bm...@twitter.com>
Authored: Sat Jul 20 12:26:24 2013 -0700
Committer: Benjamin Mahler <bm...@twitter.com>
Committed: Sat Jul 20 12:37:35 2013 -0700

----------------------------------------------------------------------
 docs/Configuration.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/7ea756ac/docs/Configuration.md
----------------------------------------------------------------------
diff --git a/docs/Configuration.md b/docs/Configuration.md
index 918f141..f07a0b0 100644
--- a/docs/Configuration.md
+++ b/docs/Configuration.md
@@ -4,9 +4,9 @@ If you have special compilation requirements, please refer to `./configure --hel
 The Mesos master and slave can take a variety of configuration options through command-line arguments, or environment variables. A list of the available options can be seen by running `mesos-master --help` or `mesos-slave --help`. Each option can be set in three ways:
 
   - By passing it to the binary using `--option_name=value`.
-  - By setting the environment variable `MESOS_OPTION_NAME` (the option name in all caps with a `MESOS_` prefix added to it).
+  - By setting the environment variable `MESOS_OPTION_NAME` (the option name with a `MESOS_` prefix added to it).
 
-Configuration values are searched for first on the command line, then in the environment.
+Configuration values are searched for first in the environment, then on the command-line.
 
 ## Important Options ##