Repository: mesos Updated Branches: refs/heads/master 6553d73c2 -> 32920c371
Added the missing --path to the replicated log advisory message. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/32920c37 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/32920c37 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/32920c37 Branch: refs/heads/master Commit: 32920c371293d3d50ed721daea170c9f465a954c Parents: 6553d73 Author: Jie Yu <[email protected]> Authored: Thu Oct 16 15:43:52 2014 -0700 Committer: Jie Yu <[email protected]> Committed: Thu Oct 16 15:43:52 2014 -0700 ---------------------------------------------------------------------- src/log/recover.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/32920c37/src/log/recover.cpp ---------------------------------------------------------------------- diff --git a/src/log/recover.cpp b/src/log/recover.cpp index a8fa3ff..2614065 100644 --- a/src/log/recover.cpp +++ b/src/log/recover.cpp @@ -291,9 +291,9 @@ private: << "----------------------------------------------------\n" << "Replicated log has not been initialized. Did you\n" << "forget to manually initialize the log (i.e.,\n" - << "mesos-log initialize <PATH>)? Note that all replicas\n" - << "are not initialized and the above command needs to\n" - << "be run on each host!\n" + << "mesos-log initialize --path=<PATH>)? Note that all\n" + << "replicas are not initialized and the above command\n" + << "needs to be run on each host!\n" << "----------------------------------------------------"; } }
