Repository: mesos Updated Branches: refs/heads/master 2199a599d -> 3d726e0f2
Fixed "--help" output for "--master" in mesos-slave. Review: https://reviews.apache.org/r/39034 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/3d726e0f Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/3d726e0f Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/3d726e0f Branch: refs/heads/master Commit: 3d726e0f24ca23597b188c4dbae196dc0c8135be Parents: 2199a59 Author: Neil Conway <[email protected]> Authored: Mon Oct 5 18:59:56 2015 -0700 Committer: Adam B <[email protected]> Committed: Mon Oct 5 19:01:22 2015 -0700 ---------------------------------------------------------------------- src/slave/main.cpp | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/3d726e0f/src/slave/main.cpp ---------------------------------------------------------------------- diff --git a/src/slave/main.cpp b/src/slave/main.cpp index 364dc7f..854ade4 100644 --- a/src/slave/main.cpp +++ b/src/slave/main.cpp @@ -103,6 +103,7 @@ int main(int argc, char** argv) flags.add(&master, "master", "May be one of:\n" + " host:port\n" " zk://host1:port1,host2:port2,.../path\n" " zk://username:password@host1:port1,host2:port2,.../path\n" " file:///path/to/file (where file contains one of the above)");
