Nikita Vetoshkin created MESOS-1722:
---------------------------------------
Summary: Wrong attributes separator in slave --help
Key: MESOS-1722
URL: https://issues.apache.org/jira/browse/MESOS-1722
Project: Mesos
Issue Type: Bug
Components: slave
Reporter: Nikita Vetoshkin
Assignee: Nikita Vetoshkin
Priority: Trivial
{{mesos-slave --help}} says ',' should be used as attributes separator
{noformat}
--attributes=VALUE Attributes of machine, in the form:
rack:2 or 'rack:2,u:1'
{noformat}
But that doesn't work and according to sources ({{src/common/attributes.cpp}}
string is tokenized by ';'. Thus help text should be trivially fixed.
--
This message was sent by Atlassian JIRA
(v6.2#6252)