Skip to content

Commit 860ab2f

Browse files
authored
docs: update x/group create-proposal to submit-proposal (#17544)
1 parent dae34ad commit 860ab2f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

x/group/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1128,18 +1128,18 @@ Example:
11281128
simd tx group update-group-policy-decision-policy cosmos1.. cosmos1.. '{"@type":"/cosmos.group.v1.ThresholdDecisionPolicy", "threshold":"2", "windows": {"voting_period": "120h", "min_execution_period": "0s"}}'
11291129
```
11301130

1131-
#### create-proposal
1131+
#### submit-proposal
11321132

1133-
The `create-proposal` command allows users to submit a new proposal.
1133+
The `submit-proposal` command allows users to submit a new proposal.
11341134

11351135
```bash
1136-
simd tx group create-proposal [group-policy-account] [proposer[,proposer]*] [msg_tx_json_file] [metadata] [flags]
1136+
simd tx group submit-proposal [group-policy-account] [proposer[,proposer]*] [msg_tx_json_file] [metadata] [flags]
11371137
```
11381138

11391139
Example:
11401140

11411141
```bash
1142-
simd tx group create-proposal cosmos1.. cosmos1.. msg_tx.json "AQ=="
1142+
simd tx group submit-proposal cosmos1.. cosmos1.. msg_tx.json "AQ=="
11431143
```
11441144

11451145
#### withdraw-proposal

0 commit comments

Comments
 (0)