typo, fix and run 'go run ./scripts/gen-cli-docs.go' (#848)
This commit is contained in:
parent
d8bb8ed5bf
commit
dbc1ce1e5b
@ -307,7 +307,7 @@ Print list of types
|
||||
|
||||
types [<regex>]
|
||||
|
||||
If regex is specified only the functions matching it will be returned.
|
||||
If regex is specified only the types matching it will be returned.
|
||||
|
||||
|
||||
## vars
|
||||
|
@ -160,7 +160,7 @@ If regex is specified only the functions matching it will be returned.`},
|
||||
|
||||
types [<regex>]
|
||||
|
||||
If regex is specified only the functions matching it will be returned.`},
|
||||
If regex is specified only the types matching it will be returned.`},
|
||||
{aliases: []string{"args"}, allowedPrefixes: scopePrefix | onPrefix, cmdFn: args, helpMsg: `Print function arguments.
|
||||
|
||||
[goroutine <n>] [frame <m>] args [-v] [<regex>]
|
||||
|
Loading…
Reference in New Issue
Block a user