Update restart_vhost usage

This commit is contained in:
Michael Klishin 2017-08-04 21:45:22 +03:00
parent d66235a955
commit e9fa801d6f
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ defmodule RabbitMQ.CLI.Ctl.Commands.RestartVhostCommand do
:rabbit_misc.rpc_call(node_name, :rabbit_vhost_sup_sup, :start_vhost, [vhost], timeout)
end
def usage, do: "restart_vhost"
def usage, do: "restart_vhost [-p <vhost>]"
def banner(_,%{node: node_name, vhost: vhost}) do
"Trying to restart vhost '#{vhost}' on node '#{node_name}' ..."