We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b696f7a commit 5b6045cCopy full SHA for 5b6045c
1 file changed
x/gov/autocli.go
@@ -28,7 +28,7 @@ func (am AppModule) AutoCLIOptions() *autocliv1.ModuleOptions {
28
RpcMethod: "Proposals",
29
Use: "proposals",
30
Short: "Query proposals with optional filters",
31
- Example: fmt.Sprintf("%[1]s query gov proposals --depositor cosmos1...\n%[1]s query gov proposals --voter cosmos1...\n%[1]s query gov proposals --proposal-status (PROPOSAL_STATUS_DEPOSIT_PERIOD|PROPOSAL_STATUS_VOTING_PERIOD|PROPOSAL_STATUS_PASSED|PROPOSAL_STATUS_REJECTED|PROPOSAL_STATUS_FAILED)", version.AppName),
+ Example: fmt.Sprintf("%[1]s query gov proposals --depositor cosmos1...\n%[1]s query gov proposals --voter cosmos1...\n%[1]s query gov proposals --proposal-status (unspecified | deposit-period | voting-period | passed | rejected | failed)", version.AppName),
32
},
33
{
34
RpcMethod: "Proposal",
0 commit comments