vm: adjust run
description for VM CLI
With urfave/cli method name can be `help`.
This commit is contained in:
parent
d04d55708c
commit
2501ce3cb1
1 changed files with 2 additions and 3 deletions
|
@ -157,9 +157,8 @@ and converted to other formats. Strings are escaped and output in quotes.`,
|
||||||
UsageText: `run [<method> [<parameter>...]]`,
|
UsageText: `run [<method> [<parameter>...]]`,
|
||||||
Description: `run [<method> [<parameter>...]]
|
Description: `run [<method> [<parameter>...]]
|
||||||
|
|
||||||
<method> is a contract method, specified in manifest (and it
|
<method> is a contract method, specified in manifest. It can be '_' which will push
|
||||||
can't be 'help' at the moment). It can be '_' which will push parameters
|
parameters onto the stack and execute from the current offset.
|
||||||
onto the stack and execute from the current offset.
|
|
||||||
<parameter> is a parameter (can be repeated multiple times) that can be specified
|
<parameter> is a parameter (can be repeated multiple times) that can be specified
|
||||||
as <type>:<value>, where type can be:
|
as <type>:<value>, where type can be:
|
||||||
'` + boolType + `': supports '` + boolFalse + `' and '` + boolTrue + `' values
|
'` + boolType + `': supports '` + boolFalse + `' and '` + boolTrue + `' values
|
||||||
|
|
Loading…
Reference in a new issue