diff --git a/cli/smartcontract/smart_contract.go b/cli/smartcontract/smart_contract.go index 4d4d10674..87b04ed95 100644 --- a/cli/smartcontract/smart_contract.go +++ b/cli/smartcontract/smart_contract.go @@ -137,7 +137,8 @@ func NewCommands() []cli.Command { then the output filenames for these flags will be guessed using the contract name or path provided via --in option by trimming/adding corresponding suffixes to the common part of the path. In the latter case the configuration filepath - will be guessed from the --in option using the same rule."`, + will be guessed from the --in option using the same rule. +`, Action: contractCompile, Flags: []cli.Flag{ cli.StringFlag{ diff --git a/cli/util/convert.go b/cli/util/convert.go index 5d8090fef..4205edd9a 100644 --- a/cli/util/convert.go +++ b/cli/util/convert.go @@ -69,7 +69,8 @@ func NewCommands() []cli.Command { NetworkFee calculations are performed based on the calculatenetworkfee RPC request. If the --gas flag is included, the specified value is added to the resulting conflicting transaction network fee in both scenarios. When the --await flag is included, the command waits for one of the conflicting - or target transactions to be included in a block.`, + or target transactions to be included in a block. +`, Action: cancelTx, Flags: txCancelFlags, }, @@ -83,7 +84,8 @@ func NewCommands() []cli.Command { the output. This command expects a ContractParametersContext JSON file for input, it can't handle binary (or hex- or base64-encoded) transactions. If --rpc-endpoint flag is specified the result of the given script after running it true the VM will be printed. Otherwise only transaction will - be printed.`, + be printed. +`, }, { Name: "ops",