Skip to content

Commit 0407d21

Browse files
authored
Small fix in docs
Corrected description for `option :warning`
1 parent 951b0f1 commit 0407d21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/check-postgres-connections.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ class CheckPostgresConnections < Sensu::Plugin::Check::CLI
6767
option :warning,
6868
description: 'Warning threshold number or % of connections. (default: 200 connections)',
6969
short: '-w WARNING',
70-
long: '--warning CRITICAL',
70+
long: '--warning WARNING',
7171
default: 200,
7272
proc: proc(&:to_i)
7373

0 commit comments

Comments
 (0)