Skip to content

Commit

Permalink
Merge pull request #23 from infracloudio/fix-help-msgs
Browse files Browse the repository at this point in the history
Capitalize 's' in 'slack' in help messages
  • Loading branch information
PrasadG193 committed Jan 17, 2019
2 parents b17e449 + bfc0b5c commit 76c5422
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/execute/executor.go
Expand Up @@ -88,8 +88,8 @@ func printHelp() string {
"Allowed kubectl commands:\n" +
" " + allowedKubectl + "\n\n" +
"Commands to manage notifier:\n" +
"notifier stop Stop sending k8s event notifications to slack (started by default)\n" +
"notifier start Start sending k8s event notifications to slack\n" +
"notifier stop Stop sending k8s event notifications to Slack (started by default)\n" +
"notifier start Start sending k8s event notifications to Slack\n" +
"notifier status Show running status of event notifier\n" +
"notifier showconfig Show BotKube configuration for event notifier\n\n" +
"Other Commands:\n" +
Expand Down

0 comments on commit 76c5422

Please sign in to comment.