Github user bmahler commented on a diff in the pull request:

    https://github.com/apache/mesos/pull/23#discussion_r15443932
  
    --- Diff: src/master/flags.hpp ---
    @@ -61,7 +61,8 @@ class Flags : public logging::Flags
     
         add(&Flags::work_dir,
             "work_dir",
    -        "Where to store the persistent information stored in the 
Registry.");
    +        "Directory path to store the persistent information stored in the 
Registry.\n",
    +        "(example: /tmp/meso )");
    --- End diff --
    
    I'm not sure that /tmp/mesos is the best example for this as it implies 
that it is ok for the data to be wiped when /tmp is cleaned by the OS.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to