ctl import definitions: correct usage
it is likely a copy-paste artifact from 'ctl export_definitions' which does use '-' as a target. References #13157
This commit is contained in:
parent
3f9c92a81b
commit
643a58fdce
|
|
@ -130,7 +130,7 @@ defmodule RabbitMQ.CLI.Ctl.Commands.ImportDefinitionsCommand do
|
|||
def printer(), do: RabbitMQ.CLI.Printers.StdIORaw
|
||||
|
||||
def usage,
|
||||
do: "import_definitions <file_path | \"-\"> [--format <json | erlang>] [--skip-if-unchanged]"
|
||||
do: "import_definitions <file_path> [--format <json | erlang>] [--skip-if-unchanged]"
|
||||
|
||||
def usage_additional() do
|
||||
[
|
||||
|
|
|
|||
Loading…
Reference in New Issue