summaryrefslogtreecommitdiff
path: root/args.go
diff options
context:
space:
mode:
Diffstat (limited to 'args.go')
-rw-r--r--args.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/args.go b/args.go
index fbcfe3d..52810df 100644
--- a/args.go
+++ b/args.go
@@ -20,8 +20,8 @@ func init() {
newlog.Register("gui", "debugGui", &debugGui)
- for _, s := range newlog.ListAll() {
- newlog.Info("go.wit.org/gui ListAll() returned:", s)
+ for _, s := range newlog.ListFlags() {
+ newlog.Info("go.wit.org/gui ListFlags() returned:", s)
}
}