documentation/cli: fix typo
format `whatis <expression>`
This commit is contained in:
parent
23475717ff
commit
0c86f2619d
@ -411,6 +411,6 @@ If regex is specified only package variables with a name matching it will be ret
|
|||||||
## whatis
|
## whatis
|
||||||
Prints type of an expression.
|
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.`},
|
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.
|
{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.
|
{aliases: []string{"set"}, cmdFn: setVar, helpMsg: `Changes the value of a variable.
|
||||||
|
|
||||||
[goroutine <n>] [frame <m>] set <variable> = <value>
|
[goroutine <n>] [frame <m>] set <variable> = <value>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user