Skip to content

Commit fcbcccc

Browse files
authored
Merge pull request #755 from howjmay/wasp-cli-cmd
fix: Rename duplicated wasp-cli shorthand flag
2 parents 9ab6d07 + 3e6c84c commit fcbcccc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/wasp-cli/chain/postrequest.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ func (p *postRequestParams) initFlags(cmd *cobra.Command) {
9898
cmd.Flags().StringSliceVarP(&p.allowance, "allowance", "l", []string{},
9999
"include allowance as part of the transaction. Format: <token-id1>|<amount1>, <token-id2>|<amount2> ...")
100100

101-
cmd.Flags().StringSliceVarP(&p.transfer, "transfer", "t", []string{},
101+
cmd.Flags().StringSliceVarP(&p.transfer, "transfer", "x", []string{},
102102
"include a funds transfer as part of the transaction. Format: <token-id1>|<amount1>, <token-id2>|<amount2> ...",
103103
)
104104
cmd.Flags().BoolVarP(&p.offLedger, "off-ledger", "o", false,

0 commit comments

Comments
 (0)