fix some typos (#314)

Signed-off-by: cuishuang <imcusg@gmail.com>
This commit is contained in:
cui fliter
2022-07-21 02:57:53 +08:00
committed by GitHub
parent 7f919e6459
commit fec466efa6
2 changed files with 2 additions and 2 deletions

View File

@@ -109,7 +109,7 @@ var (
separator.`))
allowUnknownFields = flags.Bool("allow-unknown-fields", false, prettify(`
When true, the request contents, if 'json' format is used, allows
unkown fields to be present. They will be ignored when parsing
unknown fields to be present. They will be ignored when parsing
the request.`))
connectTimeout = flags.Float64("connect-timeout", 0, prettify(`
The maximum time, in seconds, to wait for connection to be established.