diff options
| author | raven <citrons@mondecitronne.com> | 2026-02-11 12:18:17 -0600 |
|---|---|---|
| committer | raven <citrons@mondecitronne.com> | 2026-02-11 12:18:17 -0600 |
| commit | c690ef746428e459adad93da5b39e6416aa067e5 (patch) | |
| tree | 87d39792fd4f06f3612863bbaff71e5edca0f513 /client/main.go | |
| parent | 90d45bf01c945675558e8b9645b83a3cdd2346b8 (diff) | |
this line is too long!
Diffstat (limited to 'client/main.go')
| -rw-r--r-- | client/main.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/main.go b/client/main.go index 6653203..e86ed43 100644 --- a/client/main.go +++ b/client/main.go @@ -12,7 +12,8 @@ import ( var globalApp *application func main() { - insecure := flag.Bool("no-verify-cert", false, "don't verify tls certificate (INSECURE, for testing only!)") + insecure := flag.Bool("no-verify-cert", false, + "don't verify tls certificate (INSECURE, for testing only!)") flag.Parse() address := flag.Arg(0) if address == "" { |
