fix: temperature cli description

This commit is contained in:
2019-03-04 10:57:46 +01:00
parent 3ca32ff53c
commit 4bb8df5621

View File

@ -10,7 +10,7 @@ var cfg string
var temperatureCmd = &cobra.Command{
Use: "temperature",
Short: "",
Short: "Operate with temperature messures",
Example: fmt.Sprintf("flucky temperature read\nflucky temperature read outdoor"),
}