carlonelong closed pull request #309: Updated example for Mesos modules. URL: https://github.com/apache/mesos/pull/309
This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/docs/configuration/agent.md b/docs/configuration/agent.md index 330283f4e3..747551c4cf 100644 --- a/docs/configuration/agent.md +++ b/docs/configuration/agent.md @@ -1348,8 +1348,8 @@ As a key:value list: <p/> To use JSON, pass a JSON-formatted string or use <code>--resources=filepath</code> to specify the resources via a file containing -a JSON-formatted string. 'filepath' can be of the form -<code>file:///path/to/file</code> or <code>/path/to/file</code>. +a JSON-formatted string. 'filepath' can only be of the form +<code>file:///path/to/file</code>. <p/> Example JSON: <pre><code>[ ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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
