[
https://issues.apache.org/jira/browse/MESOS-5922?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pierre Cheynier updated MESOS-5922:
-----------------------------------
Description:
Currently, if I'm doing {{mesos-agent --help}} it will return in error with
exit_status=1.
{noformat}
[vagrant@mesos-centos-7 ~]$ mesos-agent --help > /dev/null 2>&1; echo $?
1
{noformat}
was:
Currently, if I'm doing {{mesos-agent --help}} it will return in error with
exit_status=1.
{{noformat}}
[vagrant@mesos-centos-7 ~]$ mesos-agent --help > /dev/null 2>&1; echo $?
1
{{noformat}}
https://reviews.apache.org/r/50570/
> mesos-agent --help exit status is 1
> -----------------------------------
>
> Key: MESOS-5922
> URL: https://issues.apache.org/jira/browse/MESOS-5922
> Project: Mesos
> Issue Type: Bug
> Components: slave
> Affects Versions: 1.0.0
> Reporter: Pierre Cheynier
> Priority: Minor
>
> Currently, if I'm doing {{mesos-agent --help}} it will return in error with
> exit_status=1.
> {noformat}
> [vagrant@mesos-centos-7 ~]$ mesos-agent --help > /dev/null 2>&1; echo $?
> 1
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)