We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f9c92a commit 643a58fCopy full SHA for 643a58f
deps/rabbitmq_cli/lib/rabbitmq/cli/ctl/commands/import_definitions_command.ex
@@ -130,7 +130,7 @@ defmodule RabbitMQ.CLI.Ctl.Commands.ImportDefinitionsCommand do
130
def printer(), do: RabbitMQ.CLI.Printers.StdIORaw
131
132
def usage,
133
- do: "import_definitions <file_path | \"-\"> [--format <json | erlang>] [--skip-if-unchanged]"
+ do: "import_definitions <file_path> [--format <json | erlang>] [--skip-if-unchanged]"
134
135
def usage_additional() do
136
[
0 commit comments