Skip to content

Commit

Permalink
correct typos
Browse files Browse the repository at this point in the history
  • Loading branch information
SaveTheAles committed Mar 5, 2019
1 parent 5134c1e commit b6ef673
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions docs/help/ultimate-commands-guide_v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
Usage:
cyberdcli query [command]
```

and available subcommands and flags:

```bash
Expand All @@ -67,15 +68,15 @@
staking Querying commands for the staking module
slashing Querying commands for the slashing module

Flags:
-h, --help help for query
Flags:
-h, --help help for query

Global Flags:
--chain-id string Chain Id of cyberd node
-e, --encoding string Binary encoding (hex|b64|btc) (default "hex")
--home string directory for config and data (default "/root/.cyberdcli")
-o, --output string Output format (text|json) (default "text")
--trace print out full stack trace on errors
Global Flags:
--chain-id string Chain Id of cyberd node
-e, --encoding string Binary encoding (hex|b64|btc) (default "hex")
--home string directory for config and data (default "/root/.cyberdcli")
-o, --output string Output format (text|json) (default "text")
--trace print out full stack trace on errors
```

Alright, lets explore `account` subcommand:
Expand Down

0 comments on commit b6ef673

Please sign in to comment.