diff options
Diffstat (limited to 'args.go')
| -rw-r--r-- | args.go | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -27,11 +27,11 @@ func ArgDebug() bool { func init() { arg.Register(&argDebugger) - full := "go.wit.com/gui/debugger" + full := "go.wit.com/bug/debugger" short := "bugger" INFO = log.NewFlag("INFO", false, full, short, "simple debugging Info()") POLL = log.NewFlag("POLL", false, full, short, "watch the debugger poll things") - CHAN = log.NewFlag("CHAN", true, full, short, "chan() test code output") - WARN = log.NewFlag("WARN", true, full, short, "should warn the user") + CHAN = log.NewFlag("CHAN", true, full, short, "chan() test code output") + WARN = log.NewFlag("WARN", true, full, short, "should warn the user") } |
