Skip to content

Commit 913f6ee

Browse files
authored
Merge pull request #19 from ttarczynski/patch-1
Small fix in docs
2 parents 951b0f1 + 0407d21 commit 913f6ee

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)