diff --git a/cmd/go/main.go b/cmd/go/main.go index 9bafa48b..09ee79c2 100644 --- a/cmd/go/main.go +++ b/cmd/go/main.go @@ -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 {