typo, fix and run 'go run ./scripts/gen-cli-docs.go' (#848)

This commit is contained in:
custa 2017-06-06 05:20:10 +08:00 committed by Derek Parker
parent d8bb8ed5bf
commit dbc1ce1e5b
2 changed files with 2 additions and 2 deletions

@ -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>]