Skip to content

Commit afab832

Browse files
committed
docs(mint): update docs command
1 parent 52546bd commit afab832

5 files changed

+14
-11
lines changed

docs/command/axoned_query.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ axoned query [flags]
3333
* [axoned query ibc-transfer](axoned_query_ibc-transfer.md) - IBC fungible token transfer query subcommands
3434
* [axoned query interchain-accounts](axoned_query_interchain-accounts.md) - IBC interchain accounts query subcommands
3535
* [axoned query logic](axoned_query_logic.md) - Querying commands for the logic module
36-
* [axoned query mint](axoned_query_mint.md) - Querying commands for the minting module
36+
* [axoned query mint](axoned_query_mint.md) - Querying commands for the mint module
3737
* [axoned query params](axoned_query_params.md) - Querying commands for the params module
3838
* [axoned query slashing](axoned_query_slashing.md) - Querying commands for the slashing module
3939
* [axoned query staking](axoned_query_staking.md) - Querying commands for the staking module

docs/command/axoned_query_mint.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## axoned query mint
22

3-
Querying commands for the minting module
3+
Querying commands for the mint module
44

55
```
66
axoned query mint [flags]
@@ -15,6 +15,6 @@ axoned query mint [flags]
1515
### SEE ALSO
1616

1717
* [axoned query](axoned_query.md) - Querying subcommands
18-
* [axoned query mint annual-provisions](axoned_query_mint_annual-provisions.md) - Query the current minting annual provisions value
19-
* [axoned query mint inflation](axoned_query_mint_inflation.md) - Query the current minting inflation value
20-
* [axoned query mint params](axoned_query_mint_params.md) - Query the current minting parameters
18+
* [axoned query mint annual-provisions](axoned_query_mint_annual-provisions.md) - Execute the AnnualProvisions RPC method
19+
* [axoned query mint inflation](axoned_query_mint_inflation.md) - Execute the Inflation RPC method
20+
* [axoned query mint params](axoned_query_mint_params.md) - Execute the Params RPC method

docs/command/axoned_query_mint_annual-provisions.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## axoned query mint annual-provisions
22

3-
Query the current minting annual provisions value
3+
Execute the AnnualProvisions RPC method
44

55
```
66
axoned query mint annual-provisions [flags]
@@ -13,10 +13,11 @@ axoned query mint annual-provisions [flags]
1313
--grpc-insecure allow gRPC over insecure channels, if not the server must use TLS
1414
--height int Use a specific height to query state at (this can error if the node is pruning state)
1515
-h, --help help for annual-provisions
16+
--no-indent Do not indent JSON output
1617
--node string <host>:<port> to CometBFT RPC interface for this chain (default "tcp://localhost:26657")
1718
-o, --output string Output format (text|json) (default "text")
1819
```
1920

2021
### SEE ALSO
2122

22-
* [axoned query mint](axoned_query_mint.md) - Querying commands for the minting module
23+
* [axoned query mint](axoned_query_mint.md) - Querying commands for the mint module

docs/command/axoned_query_mint_inflation.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## axoned query mint inflation
22

3-
Query the current minting inflation value
3+
Execute the Inflation RPC method
44

55
```
66
axoned query mint inflation [flags]
@@ -13,10 +13,11 @@ axoned query mint inflation [flags]
1313
--grpc-insecure allow gRPC over insecure channels, if not the server must use TLS
1414
--height int Use a specific height to query state at (this can error if the node is pruning state)
1515
-h, --help help for inflation
16+
--no-indent Do not indent JSON output
1617
--node string <host>:<port> to CometBFT RPC interface for this chain (default "tcp://localhost:26657")
1718
-o, --output string Output format (text|json) (default "text")
1819
```
1920

2021
### SEE ALSO
2122

22-
* [axoned query mint](axoned_query_mint.md) - Querying commands for the minting module
23+
* [axoned query mint](axoned_query_mint.md) - Querying commands for the mint module

docs/command/axoned_query_mint_params.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## axoned query mint params
22

3-
Query the current minting parameters
3+
Execute the Params RPC method
44

55
```
66
axoned query mint params [flags]
@@ -13,10 +13,11 @@ axoned query mint params [flags]
1313
--grpc-insecure allow gRPC over insecure channels, if not the server must use TLS
1414
--height int Use a specific height to query state at (this can error if the node is pruning state)
1515
-h, --help help for params
16+
--no-indent Do not indent JSON output
1617
--node string <host>:<port> to CometBFT RPC interface for this chain (default "tcp://localhost:26657")
1718
-o, --output string Output format (text|json) (default "text")
1819
```
1920

2021
### SEE ALSO
2122

22-
* [axoned query mint](axoned_query_mint.md) - Querying commands for the minting module
23+
* [axoned query mint](axoned_query_mint.md) - Querying commands for the mint module

0 commit comments

Comments
 (0)