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 eca1db9..f4f7aaa 100644
--- a/args.go
+++ b/args.go
@@ -19,8 +19,8 @@ var WARN *log.LogFlag
var ERROR *log.LogFlag
func init() {
- full := "toolkit/nocui"
- short := "nocui"
+ full := "go.wit.com/toolkits/gocui"
+ short := "gocui"
NOW = log.NewFlag("NOW", true, full, short, "temp debugging stuff")
INFO = log.NewFlag("INFO", false, full, short, "normal debugging stuff")