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:
Michael Klishin 2025-01-26 18:05:00 -05:00
parent 3f9c92a81b
commit 643a58fdce
No known key found for this signature in database
GPG Key ID: 44BF2725475205B2
1 changed files with 1 additions and 1 deletions

View File

@ -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
[