Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmd/go/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ func main() {
pflag.String("backend", "leveldb", "backing store to use. 'leveldb' and 'firestore' currently supported.")
pflag.String("data", "data", "The location of the leveldb data directory")
pflag.String("project", "", "The GCP project to use for the firestore backend. Will attempt to use application default creds if not defined.")
pflag.String("host", "", "The host field to use when gnerating the source URL of a link. Defaults to the Host header of the generate request")
pflag.String("host", "", "The host field to use when generating the source URL of a link. Defaults to the Host header of the generate request")
pflag.Parse()

if err := viper.BindPFlags(pflag.CommandLine); err != nil {
Expand Down