Pierre Cheynier created MESOS-5922: -------------------------------------- Summary: 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)