You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by vi...@apache.org on 2014/08/19 19:41:08 UTC

git commit: Fixed help string for "--attributes" flag.

Repository: mesos
Updated Branches:
  refs/heads/master 8575e0b6e -> 419011065


Fixed help string for "--attributes" flag.

Review: https://reviews.apache.org/r/24840


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

Branch: refs/heads/master
Commit: 419011065cd0b1e2f521a3f22e9df3ff5eb7bc36
Parents: 8575e0b
Author: Nikita Vetoshkin <ni...@gmail.com>
Authored: Tue Aug 19 10:40:23 2014 -0700
Committer: Vinod Kone <vi...@gmail.com>
Committed: Tue Aug 19 10:40:24 2014 -0700

----------------------------------------------------------------------
 src/slave/flags.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/41901106/src/slave/flags.hpp
----------------------------------------------------------------------
diff --git a/src/slave/flags.hpp b/src/slave/flags.hpp
index a4ddeb1..21e0021 100644
--- a/src/slave/flags.hpp
+++ b/src/slave/flags.hpp
@@ -74,7 +74,7 @@ public:
     add(&Flags::attributes,
         "attributes",
         "Attributes of machine, in the form:\n"
-        "rack:2 or 'rack:2,u:1'");
+        "rack:2 or 'rack:2;u:1'");
 
     add(&Flags::work_dir,
         "work_dir",