1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

fix: update help text

This commit is contained in:
retgits 2019-01-26 20:12:40 -08:00
parent 3770977d24
commit db24a0b60e
No known key found for this signature in database
GPG Key ID: 9D3AD75D6182395C

View File

@ -6,7 +6,7 @@
// The TextWidget generator needs one environment variable, called WTF_WIDGET_NAME, which will
// be the name of the TextWidget it generates. If the variable hasn't been set, the generator
// will use "NewTextWidget". On Linux and macOS the command can be run as
// 'WTF_WIDGET_NAME=MyNewWidget go generate text'.
// 'WTF_WIDGET_NAME=MyNewWidget go generate -run=text'.
package main
import (