We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88799d9 commit dbfb38fCopy full SHA for dbfb38f
CHANGELOG.md
@@ -3,6 +3,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
3
4
This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/)
5
6
+## [0.0.7] - 2015-12-09
7
+### Changed
8
+- fixed [ -S | -ssl ] short option
9
+
10
## [0.0.6] - 2015-10-08
11
### Changed
12
- standardized headers
bin/check-postgres-replication.rb
@@ -57,7 +57,7 @@ class CheckPostgresReplicationStatus < Sensu::Plugin::Check::CLI
57
description: 'Database PASSWORD')
58
59
option(:ssl,
60
- short: '-s',
+ short: '-S',
61
long: '--ssl',
62
boolean: true,
63
description: 'Require SSL')
0 commit comments