diff options
| author | Jeff Carr <[email protected]> | 2025-02-15 06:44:55 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-15 07:28:46 -0600 |
| commit | 46e329f4190bb5b41b1ec5ecf89e319a626f8d63 (patch) | |
| tree | 6d6b3e28fc76fb9b88e642075a1a4c59d72a448a /argv.go | |
| parent | f6b9e6d86a07cbf02b5012e49b87513855846041 (diff) | |
typov0.0.34
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ var argv args type args struct { Daemon bool `arg:"--daemon" default:"false" help:"run in daemon mode"` Port int `arg:"--port" default:"2521" help:"port to run on"` - URL string `arg:"--url" default:"2521" help:"url to use"` + URL string `arg:"--url" help:"url to use"` } func (args) Version() string { |
