diff --git a/docs/4.tools/cli.md b/docs/4.tools/cli.md
index b7a7e447199..651bdae6dd4 100644
--- a/docs/4.tools/cli.md
+++ b/docs/4.tools/cli.md
@@ -688,11 +688,13 @@ near call guest-book.testnet addMessage '{"text": "Aloha"}' --account-id example
+```bash Scheduling a call: guest-book.testnet.addMessage({"text": "Aloha"}) Transaction Id FY8hBam2iyQfdHkdR1dp6w5XEPJzJSosX1wUeVPyUvVK To see the transaction in the transaction explorer, please open this url in your browser https://testnet.nearblocks.io/txns/FY8hBam2iyQfdHkdR1dp6w5XEPJzJSosX1wUeVPyUvVK '' +```