fix(cmd/humidity,pressure,temperature): short informations
This commit is contained in:
@ -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) {
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user