Skip to content

Commit

Permalink
fix: typo in parameter name of command help text
Browse files Browse the repository at this point in the history
  • Loading branch information
a-h committed Feb 25, 2021
1 parent 5980444 commit 41a24bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ To see help text, you can run:
examples:
gemini request --insecure --verbose gemini://example.com/pass
gemini serve --host=example.com --certFile=a.crt --keyFile=a.key --path=.`)
gemini serve --domain=example.com --certFile=server.crt --keyFile=server.key --path=.`)
os.Exit(1)
}

Expand Down

0 comments on commit 41a24bf

Please sign in to comment.