summaryrefslogtreecommitdiff
path: root/args.go
diff options
context:
space:
mode:
Diffstat (limited to 'args.go')
-rw-r--r--args.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/args.go b/args.go
index 75b4e20..36961c0 100644
--- a/args.go
+++ b/args.go
@@ -6,11 +6,11 @@ import (
"go.wit.com/log"
)
-var INFO *log.LogFlag
+var GADGETS *log.LogFlag
func init() {
- full := "go.wit.com/gui/gadget"
+ full := "go.wit.com/gui"
short := "gadgets"
- INFO = log.NewFlag("INFO", false, full, short, "General Info")
+ GADGETS = log.NewFlag("GADGETS", false, full, short, "General Info")
}