summaryrefslogtreecommitdiff
path: root/args.go
diff options
context:
space:
mode:
Diffstat (limited to 'args.go')
-rw-r--r--args.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/args.go b/args.go
index 88fcf53..b25c85f 100644
--- a/args.go
+++ b/args.go
@@ -17,8 +17,8 @@ var WARN *log.LogFlag
var ERROR *log.LogFlag
func init() {
- full := "toolkit/nocui"
- short := "nocui"
+ full := "toolkit/fyne"
+ short := "fyne"
NOW = log.NewFlag("NOW", true, full, short, "temp debugging stuff")
INFO = log.NewFlag("INFO", true, full, short, "normal debugging stuff")