-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/33871/#review82727
-----------------------------------------------------------



src/master/http.cpp
<https://reviews.apache.org/r/33871/#comment133528>

    I think the usage is to leave spaces on the line before breaking. I noticed 
it was like this on the `DESCRIPTION` part and on other `HELP` strings like 
`TASKS_HELP`
    eg: 
    ```C++
     TLDR(
    "Shuts down a running framework by shutting down all tasks/executors "
    "and removing the framework."),
    ```


- Isabel Jimenez


On May 6, 2015, 5:14 p.m., Vinod Kone wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/33871/
> -----------------------------------------------------------
> 
> (Updated May 6, 2015, 5:14 p.m.)
> 
> 
> Review request for mesos, Isabel Jimenez and Marco Massenzio.
> 
> 
> Bugs: MESOS-2697
>     https://issues.apache.org/jira/browse/MESOS-2697
> 
> 
> Repository: mesos
> 
> 
> Description
> -------
> 
> This is for consistency with the new TEARDOWN call in the scheduler api.
> 
> 
> Diffs
> -----
> 
>   src/master/http.cpp fb448256d7ced1f47ea48ccfca2ae267bc26ef94 
>   src/master/master.hpp 49ee050ca4d2b2c5f75ce864fcf6ae703dfdeadd 
>   src/master/master.cpp bee842557c8397428ca51e46faa182a391584be3 
> 
> Diff: https://reviews.apache.org/r/33871/diff/
> 
> 
> Testing
> -------
> 
> make check
> 
> 
> Thanks,
> 
> Vinod Kone
> 
>

Reply via email to