Skip to content

Commit

Permalink
clarify aat-frontend flag usage
Browse files Browse the repository at this point in the history
  • Loading branch information
schachmat committed Feb 18, 2016
1 parent 20771c3 commit e8a562b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontends/ascii-art-table.go
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ func (c *aatConfig) printDay(w iface.Weather) (ret []string) {
}

func (c *aatConfig) Setup() {
flag.BoolVar(&c.imperial, "aat-imperial", false, "use imperial units for output")
flag.BoolVar(&c.imperial, "aat-imperial", false, "aat frontend: use imperial units for output")
}

func (c *aatConfig) Render(r iface.Resp) {
Expand Down

0 comments on commit e8a562b

Please sign in to comment.