diff options
Diffstat (limited to 'args.go')
| -rw-r--r-- | args.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -12,10 +12,10 @@ var RUN *log.LogFlag var SSH *log.LogFlag func init() { - full := "go.wit.com/shell" + full := "go.wit.com/lib/gui/shell" short := "shell" - NOW = log.NewFlag("NOW", true, full, short, "temp debugging stuff") + NOW = log.NewFlag("NOW", true, full, short, "temp debugging stuff") INFO = log.NewFlag("INFO", false, full, short, "General Info") RUN = log.NewFlag("RUN", false, full, short, "Run() info") SSH = log.NewFlag("SSH", false, full, short, "ssh() info") |
