summaryrefslogtreecommitdiff
path: root/args.go
diff options
context:
space:
mode:
Diffstat (limited to 'args.go')
-rw-r--r--args.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/args.go b/args.go
index b944210..c53dc02 100644
--- a/args.go
+++ b/args.go
@@ -28,7 +28,7 @@ func ArgToolkit() string {
func init() {
arg.Register(&argGui)
- full := "go.wit.com/gui/gui"
+ full := "go.wit.com/gui"
short := "gui"
NOW = log.NewFlag("NOW", true, full, short, "temp debugging stuff")