Skip to content

Commit 986f4d1

Browse files
ROunofFmajormoses
authored andcommitted
Remove short since it's duplicate... (#53)
* Remove short since it's duplicate... * Update Changelog
1 parent 3fb0f90 commit 986f4d1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44
This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/)
55

66
## [Unreleased]
7+
### Fixed
8+
- Remove short options -s on hostname_sub, it was unusable. This affects check-graphite-data and check check-graphite-hosts
79

810
## [2.1.0] - 2017-06-11
911
### Changed

lib/sensu-plugins-graphite/graphite_proxy/options.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ def self.default_options
7676

7777
hostname_sub: {
7878
description: 'Character used to replace periods (.) in hostname (default: _)',
79-
short: '-s CHARACTER',
8079
long: '--host-sub CHARACTER'
8180
},
8281

0 commit comments

Comments
 (0)