Repository: mesos Updated Branches: refs/heads/master 015f51d0e -> 05b5081e2
Fixed the launcher flag help message. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/05b5081e Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/05b5081e Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/05b5081e Branch: refs/heads/master Commit: 05b5081e25a7e5846f152040942b2f9f2f19ca18 Parents: 015f51d Author: Jie Yu <[email protected]> Authored: Thu Sep 24 11:21:16 2015 -0700 Committer: Jie Yu <[email protected]> Committed: Thu Sep 24 11:21:16 2015 -0700 ---------------------------------------------------------------------- src/slave/flags.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/05b5081e/src/slave/flags.cpp ---------------------------------------------------------------------- diff --git a/src/slave/flags.cpp b/src/slave/flags.cpp index 10f68b8..8792162 100644 --- a/src/slave/flags.cpp +++ b/src/slave/flags.cpp @@ -74,8 +74,8 @@ mesos::internal::slave::Flags::Flags() "The launcher to be used for Mesos containerizer. It could either be\n" "'linux' or 'posix'. The Linux launcher is required for cgroups\n" "isolation and for any isolators that require Linux namespaces such as\n" - "network, pid, etc. If unspecified, the slave will choose the Linux - launcher if it's running as root on Linux."); + "network, pid, etc. If unspecified, the slave will choose the Linux\n" + "launcher if it's running as root on Linux."); add(&Flags::image_providers, "image_providers",
