From 60ab296439df12829fd74a5c865d2e3715b5dc1c Mon Sep 17 00:00:00 2001 From: Clay-Mysten <100217682+Clay-Mysten@users.noreply.github.com> Date: Mon, 16 May 2022 11:47:06 -0700 Subject: [PATCH] Highlight `--json` flag in Important note for greater visibility (#1989) * Highlight `--json` flag in Important note for greater visibility * Update wallet.md Improve new important note --- doc/src/build/wallet.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/src/build/wallet.md b/doc/src/build/wallet.md index 866b7984c2c16..025b24cb5cb5e 100644 --- a/doc/src/build/wallet.md +++ b/doc/src/build/wallet.md @@ -520,10 +520,12 @@ Type: 0x2::Coin::Coin<0x2::SUI::SUI> The result shows some basic information about the object, the owner, version, ID, if the object is immutable and the type of the object. -If you need a deeper look into the object, you can use the `--json` -flag to view the raw JSON representation of the object. -Here is an example: +> **Important:** To gain a deeper view into the object, include the +> `--json` flag in the `wallet` command to see the raw JSON representation +> of the object. + +Here is example `json` output: ```json {