Skip to content

Commit c5ca503

Browse files
committed
cosmetics
1 parent 800cc93 commit c5ca503

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

goleds.go

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,10 @@ func main() {
9090
exPath := filepath.Dir(ex)
9191
cfile := flag.String("config", exPath+"/"+c.CONFILE, "Config file to use")
9292
realp := flag.Bool("real", false, "Set to true if program runs on real hardware")
93-
sensp := flag.Bool("show-sensors", false, "Set to true if program should only display sensor values.\n* will be using live data from the sensor hardware if -real is given - useful for calibrating the sensors' trigger values\n* will be using random values if -real is not given - useful only for development of the viewer component itself")
93+
sensp := flag.Bool("show-sensors", false,
94+
"Set to true if program should only display sensor values.\n"+
95+
"* will be using live data from the sensor hardware if -real is given - useful for calibrating the sensors' trigger values\n"+
96+
"* will be using random values if -real is not given - useful only for development of the viewer component itself")
9497
flag.Parse()
9598

9699
if err := l.InitialSetup(); err != nil {

0 commit comments

Comments
 (0)