Skip to content

Commit 8913542

Browse files
authored
Merge pull request #3410 from nspcc-dev/fix-cli-desc
2 parents 51537df + 69bcd4b commit 8913542

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

cli/smartcontract/smart_contract.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,8 @@ func NewCommands() []cli.Command {
137137
then the output filenames for these flags will be guessed using the contract
138138
name or path provided via --in option by trimming/adding corresponding suffixes
139139
to the common part of the path. In the latter case the configuration filepath
140-
will be guessed from the --in option using the same rule."`,
140+
will be guessed from the --in option using the same rule.
141+
`,
141142
Action: contractCompile,
142143
Flags: []cli.Flag{
143144
cli.StringFlag{

cli/util/convert.go

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ func NewCommands() []cli.Command {
6969
NetworkFee calculations are performed based on the calculatenetworkfee RPC request. If the --gas
7070
flag is included, the specified value is added to the resulting conflicting transaction network fee
7171
in both scenarios. When the --await flag is included, the command waits for one of the conflicting
72-
or target transactions to be included in a block.`,
72+
or target transactions to be included in a block.
73+
`,
7374
Action: cancelTx,
7475
Flags: txCancelFlags,
7576
},
@@ -83,7 +84,8 @@ func NewCommands() []cli.Command {
8384
the output. This command expects a ContractParametersContext JSON file for input, it can't handle
8485
binary (or hex- or base64-encoded) transactions. If --rpc-endpoint flag is specified the result
8586
of the given script after running it true the VM will be printed. Otherwise only transaction will
86-
be printed.`,
87+
be printed.
88+
`,
8789
},
8890
{
8991
Name: "ops",

0 commit comments

Comments
 (0)