Skip to content

Commit 643a58f

Browse files
ctl import definitions: correct usage
it is likely a copy-paste artifact from 'ctl export_definitions' which does use '-' as a target. References #13157
1 parent 3f9c92a commit 643a58f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbitmq_cli/lib/rabbitmq/cli/ctl/commands/import_definitions_command.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ defmodule RabbitMQ.CLI.Ctl.Commands.ImportDefinitionsCommand do
130130
def printer(), do: RabbitMQ.CLI.Printers.StdIORaw
131131

132132
def usage,
133-
do: "import_definitions <file_path | \"-\"> [--format <json | erlang>] [--skip-if-unchanged]"
133+
do: "import_definitions <file_path> [--format <json | erlang>] [--skip-if-unchanged]"
134134

135135
def usage_additional() do
136136
[

0 commit comments

Comments
 (0)