Skip to content
This repository has been archived by the owner on Sep 30, 2020. It is now read-only.

Commit

Permalink
Merge pull request #613 from simonwydooghe/patch-1
Browse files Browse the repository at this point in the history
Fix typo in command listing
  • Loading branch information
mumoshu committed Apr 29, 2017
2 parents 5066a5e + 9bdb2b5 commit 8de79d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/calculator.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
var (
cmdCalculator = &cobra.Command{
Use: "calculator",
Short: "Discovery the monthly cost of your cluster",
Short: "Discover the monthly cost of your cluster",
Long: ``,
RunE: runCmdCalculator,
SilenceUsage: true,
Expand Down

0 comments on commit 8de79d4

Please sign in to comment.