Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ defmodule RabbitMQ.CLI.Ctl.Commands.ListUnresponsiveQueuesCommand do

@info_keys ~w(name durable auto_delete
arguments pid recoverable_slaves
recoverable_mirrors)a
recoverable_mirrors type)a
@info_key_aliases [recoverable_mirrors: :recoverable_slaves]

def info_keys(), do: @info_keys
Expand Down