Fixed conflicting parameter for port and password in Tapeti.Cmd
This commit is contained in:
parent
79d353bb8f
commit
0169db5243
@ -14,7 +14,7 @@ namespace Tapeti.Cmd
|
|||||||
[Option('h', "host", HelpText = "Hostname of the RabbitMQ server.", Default = "localhost")]
|
[Option('h', "host", HelpText = "Hostname of the RabbitMQ server.", Default = "localhost")]
|
||||||
public string Host { get; set; }
|
public string Host { get; set; }
|
||||||
|
|
||||||
[Option('p', "port", HelpText = "AMQP port of the RabbitMQ server.", Default = 5672)]
|
[Option("port", HelpText = "AMQP port of the RabbitMQ server.", Default = 5672)]
|
||||||
public int Port { get; set; }
|
public int Port { get; set; }
|
||||||
|
|
||||||
[Option('v', "virtualhost", HelpText = "Virtual host used for the RabbitMQ connection.", Default = "/")]
|
[Option('v', "virtualhost", HelpText = "Virtual host used for the RabbitMQ connection.", Default = "/")]
|
||||||
|
Loading…
Reference in New Issue
Block a user