Skip to content

Commit

Permalink
style: make cmd visible on describe resource doc
Browse files Browse the repository at this point in the history
  • Loading branch information
amimart authored Aug 23, 2024
1 parent dafe1fb commit 4380d61
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/getting-started/quickstart-guides/describe-resource.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@ If you create a new key pair, the terminal displays a list of 24 words. Store th
Get the list of all your keys stored locally especially the new one. You can see that the DID related to this key is `did:key:zQ3shRfADCmegmmKotqCjzDc9BHWDpbEzp9yMiN5RkJx88oP5`.

```bash
okp4d keys list --keyring-backend test

> okp4d keys list --keyring-backend test
address: okp413e4exyqr5chxz5qlg2wpqr5ehmq90q2dgy753z
did: did:key:zQ3shRfADCmegmmKotqCjzDc9BHWDpbEzp9yMiN5RkJx88oP5
name: crime-data-lapd
Expand All @@ -77,7 +76,7 @@ You can also use the command `okp4d show` to directly find information about a p

```bash
# Replace "crime-data-lapd" with your wallet name
okp4d keys show crime-data-lapd --keyring-backend test
> okp4d keys show crime-data-lapd --keyring-backend test
- address: okp413e4exyqr5chxz5qlg2wpqr5ehmq90q2dgy753z
name: crime-data-lapd
pubkey: '{"@type":"/cosmos.crypto.secp256k1.PubKey","key":"Aj8dI0OJWxTGM4gYd89cB8Qzi95DNxR/3F9DAPaNU0Mg"}'
Expand Down

0 comments on commit 4380d61

Please sign in to comment.