carlonelong commented on a change in pull request #323: Fixed wrong example of
--resources=filepath agent configuration.
URL: https://github.com/apache/mesos/pull/323#discussion_r275108484
##########
File path: src/slave/flags.cpp
##########
@@ -74,8 +74,8 @@ mesos::internal::slave::Flags::Flags()
"\n"
"To use JSON, pass a JSON-formatted string or use\n"
"`--resources=filepath` to specify the resources via a file containing\n"
- "a JSON-formatted string. `filepath` can be of the form\n"
- "`file:///path/to/file` or `/path/to/file`.\n"
+ "a JSON-formatted string. `filepath` can only be of the form\n"
+ "`file:///path/to/file`.\n"
Review comment:
Okay... This PR was committed 3 months ago. I'll check the code again.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services