Merge pull request #573 from CosmWasm/cli_doc_fix

Remove obsolete cli params
This commit is contained in:
Ethan Frey
2021-08-03 00:12:13 +02:00
committed by GitHub

View File

@@ -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),