summaryrefslogtreecommitdiff
path: root/doGui.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-19 05:01:42 -0500
committerJeff Carr <[email protected]>2025-10-19 05:01:42 -0500
commit9ac5032144a72a71515cdccbfddce44bdb8b9d2c (patch)
treed25fe8435475e86347368ec62f14b843c38a568c /doGui.go
parent7abc658c20a143bef36e30ad34719776bbc7a505 (diff)
new argv schemev0.22.166
Diffstat (limited to 'doGui.go')
-rw-r--r--doGui.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/doGui.go b/doGui.go
index 7d88757..bd71f80 100644
--- a/doGui.go
+++ b/doGui.go
@@ -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")
}
/*