fix: temperature cli description

This commit is contained in:
Markus Pesch 2019-03-04 10:57:46 +01:00
parent 3ca32ff53c
commit 4bb8df5621
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982

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"),
}