Skip to content

Commit

Permalink
Fix options
Browse files Browse the repository at this point in the history
  • Loading branch information
obazoud committed Dec 23, 2018
1 parent ce31ec3 commit 45d6550
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/check-broker.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ class BrokerCheck < Sensu::Plugin::Check::CLI

option :ids,
description: 'Brokers ids',
short: '-n IDS',
long: '--name IDS',
short: '-i IDS',
long: '--ids IDS',
proc: proc { |a| a.split(',') },
required: true

Expand Down

0 comments on commit 45d6550

Please sign in to comment.