1
0
mirror of synced 2024-11-05 02:59:16 +00:00

Slightly clarified bindqueue command

This commit is contained in:
Mark van Renswoude 2021-09-04 14:02:35 +02:00
parent e157598fa7
commit 3981a5c147

View File

@ -7,7 +7,7 @@ using Tapeti.Cmd.Parser;
namespace Tapeti.Cmd.Verbs namespace Tapeti.Cmd.Verbs
{ {
[Verb("bindqueue", HelpText = "Add a binding to a queue.")] [Verb("bindqueue", HelpText = "Add a binding to an existing queue.")]
[ExecutableVerb(typeof(BindQueueVerb))] [ExecutableVerb(typeof(BindQueueVerb))]
public class BindQueueOptions : BaseConnectionOptions public class BindQueueOptions : BaseConnectionOptions
{ {