Repository: mesos Updated Branches: refs/heads/master 913b65326 -> fe39e7b2d
Fixed small typo in master module flags description. Review: https://reviews.apache.org/r/26588 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/fe39e7b2 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/fe39e7b2 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/fe39e7b2 Branch: refs/heads/master Commit: fe39e7b2d98189347f5e7faa2c8833e78bd295b0 Parents: 913b653 Author: Till Toenshoff <[email protected]> Authored: Sat Oct 11 02:50:11 2014 +0200 Committer: Till Toenshoff <[email protected]> Committed: Sat Oct 11 02:50:12 2014 +0200 ---------------------------------------------------------------------- src/master/flags.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/fe39e7b2/src/master/flags.hpp ---------------------------------------------------------------------- diff --git a/src/master/flags.hpp b/src/master/flags.hpp index 44249f8..c41af1f 100644 --- a/src/master/flags.hpp +++ b/src/master/flags.hpp @@ -306,11 +306,11 @@ public: "List of modules to be loaded and be available to the internal\n" "subsystems.\n" "\n" - "Use --module=filepath to specify the list of modules via a\n" + "Use --modules=filepath to specify the list of modules via a\n" "file containing a JSON formatted string. 'filepath' can be\n" "of the form 'file:///path/to/file' or '/path/to/file'.\n" "\n" - "Use --module=\"{...}\" to specify the list of modules inline.\n" + "Use --modules=\"{...}\" to specify the list of modules inline.\n" "\n" "Example:\n" "{\n"
