diff options
Diffstat (limited to 'doGui.go')
| -rw-r--r-- | doGui.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ import ( func doGui() { log.Info("The GUI is disabled for now. This app is under development currently") - me.sh.GoodExit("it works fine from the command line") + me.argv.GoodExit("it works fine from the command line") } /* |
