You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Pierre Cheynier (JIRA)" <ji...@apache.org> on 2016/07/28 15:15:21 UTC

[jira] [Updated] (MESOS-5922) mesos-agent --help exit status is 1

     [ 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)