diff --git a/x/auth/atlas/atlas-v0.39.1.md b/x/auth/atlas/atlas-v0.39.1.md index ad6fa5355c..486e814d31 100644 --- a/x/auth/atlas/atlas-v0.39.1.md +++ b/x/auth/atlas/atlas-v0.39.1.md @@ -166,19 +166,19 @@ the module itself are defined below: 1. Query an account. ```shell - $ q auth account [address] [...flags] + $ app q auth account [address] [...flags] ``` 2. Sign an unsigned transaction using a single signature. ```shell - $ tx auth sign [file] + $ app tx auth sign [file] ``` 3. Sign an unsigned transaction using a multisig. ```shell - $ tx auth multisign [file] [name] [[signature]...] + $ app tx auth multisign [file] [name] [[signature]...] ``` ### REST diff --git a/x/auth/atlas/atlas.toml b/x/auth/atlas/atlas.toml index ef59a18e75..2476ba3e02 100644 --- a/x/auth/atlas/atlas.toml +++ b/x/auth/atlas/atlas.toml @@ -28,6 +28,6 @@ name = "alessio" [version] documentation = "https://raw.githubusercontent.com/cosmos/cosmos-sdk/master/x/auth/atlas/atlas-v0.39.1.md" -repo = "https://github.com/cosmos/cosmos-sdk/releases/tag/v0.39.1" +repo = "https://github.com/cosmos/cosmos-sdk/releases/tag/v0.39.2" sdk_compat = "v0.39.x" -version = "v0.39.1" +version = "v0.39.2" diff --git a/x/bank/atlas/atlas-v0.39.1.md b/x/bank/atlas/atlas-v0.39.1.md index ef34e02e00..affca5b9e2 100644 --- a/x/bank/atlas/atlas-v0.39.1.md +++ b/x/bank/atlas/atlas-v0.39.1.md @@ -141,7 +141,7 @@ The `x/bank` supports the following transactional commands. 1. Send tokens via a `MsgSend` message. ```shell - $ tx send [from_key_or_address] [to_address] [amount] [...flags] + $ app tx send [from_key_or_address] [to_address] [amount] [...flags] ``` Note, the `x/bank` module does not natively support constructing a `MsgMultiSend`