This commit is contained in:
Michael Klishin 2019-08-29 02:03:12 +03:00
parent 4e536ff45b
commit 8bd68a34f1
1 changed files with 2 additions and 2 deletions

View File

@ -42,8 +42,8 @@ defmodule RabbitMQ.CLI.Ctl.Commands.AddVhostCommand do
def usage_additional() do def usage_additional() do
[ [
["<vhost>", "Virtual host name"], ["<vhost>", "Virtual host name"],
["--description <descriptioon>", "Virtual host description"], ["--description <description>", "Virtual host description"],
["--tags <tags>", "Coommand separated list of tags"] ["--tags <tags>", "Command separated list of tags"]
] ]
end end