File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -261,8 +261,8 @@ var finalizeBatchCommand = cli.Command{
261261 },
262262 cli.Uint64Flag {
263263 Name : feeRateName ,
264- Usage : "if set, the fee rate in sat/kw to use for the " +
265- "minting transaction" ,
264+ Usage : "if set, the fee rate in sat/kw to use for " +
265+ "the minting transaction" ,
266266 },
267267 },
268268 Action : finalizeBatch ,
@@ -531,8 +531,8 @@ var sendAssetsCommand = cli.Command{
531531 },
532532 cli.Uint64Flag {
533533 Name : feeRateName ,
534- Usage : "if set, the fee rate in sat/kw to use for the " +
535- "anchor transaction" ,
534+ Usage : "if set, the fee rate in sat/kw to use for " +
535+ "the anchor transaction" ,
536536 },
537537 // TODO(roasbeef): add arg for file name to write sender proof
538538 // blob
Original file line number Diff line number Diff line change @@ -783,13 +783,13 @@ var (
783783 },
784784 cli.StringFlag {
785785 Name : proofInsertName ,
786- Usage : "if true, remote Universes can push proofs to" +
786+ Usage : "if true, remote Universes can push proofs to " +
787787 "the local Universe" ,
788788 },
789789 cli.StringFlag {
790790 Name : proofExportName ,
791- Usage : "if true, remote Universes can pull proofs from " +
792- "the local Universe" ,
791+ Usage : "if true, remote Universes can pull proofs " +
792+ "from the local Universe" ,
793793 },
794794 }
795795)
@@ -1166,8 +1166,8 @@ func universeFederationGetConfigInfo(ctx *cli.Context) error {
11661166 }
11671167
11681168 if scope == "global" {
1169- return fmt .Errorf ("cannot specify global scope and a specific " +
1170- "asset" )
1169+ return fmt .Errorf ("cannot specify global scope and a " +
1170+ "specific asset" )
11711171 }
11721172
11731173 return printLocalConfig ()
You can’t perform that action at this time.
0 commit comments