documentation/cli: fix typo

format `whatis <expression>`
This commit is contained in:
chainhelen 2018-09-21 11:05:13 +08:00 committed by Derek Parker
parent 23475717ff
commit 0c86f2619d
2 changed files with 2 additions and 2 deletions

@ -411,6 +411,6 @@ If regex is specified only package variables with a name matching it will be ret
## whatis
Prints type of an expression.
whatis <expression>.
whatis <expression>

@ -193,7 +193,7 @@ Called with more arguments it will execute a command on the specified goroutine.
See $GOPATH/src/github.com/derekparker/delve/Documentation/cli/expr.md for a description of supported expressions.`},
{aliases: []string{"whatis"}, cmdFn: whatisCommand, helpMsg: `Prints type of an expression.
whatis <expression>.`},
whatis <expression>`},
{aliases: []string{"set"}, cmdFn: setVar, helpMsg: `Changes the value of a variable.
[goroutine <n>] [frame <m>] set <variable> = <value>