Skip to content

Commit dbfb38f

Browse files
author
Luis Dalves
committed
Fix -ssl short oprtion [ -S ]
1 parent 88799d9 commit dbfb38f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
33

44
This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/)
55

6+
## [0.0.7] - 2015-12-09
7+
### Changed
8+
- fixed [ -S | -ssl ] short option
9+
610
## [0.0.6] - 2015-10-08
711
### Changed
812
- standardized headers

bin/check-postgres-replication.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class CheckPostgresReplicationStatus < Sensu::Plugin::Check::CLI
5757
description: 'Database PASSWORD')
5858

5959
option(:ssl,
60-
short: '-s',
60+
short: '-S',
6161
long: '--ssl',
6262
boolean: true,
6363
description: 'Require SSL')

0 commit comments

Comments
 (0)