You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesos.apache.org by bmahler <gi...@git.apache.org> on 2014/07/28 03:18:48 UTC

[GitHub] mesos pull request: Clean help flags

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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---