diff options
| author | Jeff Carr <[email protected]> | 2024-01-01 17:47:23 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-01 17:47:23 -0600 |
| commit | d8f1107387af688e9b161a0c01dd70241741edba (patch) | |
| tree | f2401d09c8dfb4eb5cfb627e1cea3e635f1b1855 /args.go | |
| parent | e9a0ee35c94fe52b52ab76f854ee7c2a26a1a7a1 (diff) | |
fix doc paths to go.wit.comv0.9.2
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'args.go')
| -rw-r--r-- | args.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ func init() { newlog.Register("gui", "debugGui", &debugGui) for _, s := range newlog.ListFlags() { - newlog.Info("go.wit.org/gui ListFlags() returned:", s) + newlog.Info("go.wit.com/gui/gui ListFlags() returned:", s) } } |
