fix(cmd/humidity,pressure,temperature): short informations

This commit is contained in:
2019-07-02 22:54:58 +02:00
parent 9feee62c35
commit 440d543a83
10 changed files with 10 additions and 10 deletions

View File

@ -16,7 +16,7 @@ import (
var listTemperatureCmd = &cobra.Command{
Use: "list",
Short: "print air pressures",
Short: "Reading temperature values from different or specified sensors by arguments",
Example: fmt.Sprintf("flucky pressure logs"),
Run: func(cmd *cobra.Command, args []string) {

View File

@ -10,7 +10,7 @@ var round float64
var pressureCmd = &cobra.Command{
Use: "pressure",
Short: "Read pressure from sensor",
Short: "List air pressure values from different or specified sensors by arguments",
}
// Execute a

View File

@ -19,7 +19,7 @@ var logs bool
var readPressureCmd = &cobra.Command{
Use: "read",
Short: "read pressure from sensor",
Short: "Operates with air pressure values",
Run: func(cmd *cobra.Command, args []string) {
// read configuration