Skip to content

Commit

Permalink
Merge pull request cosmos#573 from CosmWasm/cli_doc_fix
Browse files Browse the repository at this point in the history
Remove obsolete cli params
  • Loading branch information
ethanfrey authored Aug 2, 2021
2 parents 5914614 + 49bed89 commit 75e1f5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/wasm/client/cli/tx.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ func GetTxCmd() *cobra.Command {
// StoreCodeCmd will upload code to be reused.
func StoreCodeCmd() *cobra.Command {
cmd := &cobra.Command{
Use: "store [wasm file] --source [source] --builder [builder]",
Use: "store [wasm file]",
Short: "Upload a wasm binary",
Aliases: []string{"upload", "st", "s"},
Args: cobra.ExactArgs(1),
Expand Down

0 comments on commit 75e1f5c

Please sign in to comment.