Skip to content

Commit

Permalink
docs(core): updated core help for v22 (#471)
Browse files Browse the repository at this point in the history
* docs(core): update core help output

* docs(core): add script to help update core help pages

* docs(core): update qt options
  • Loading branch information
thephez authored Jan 13, 2025
1 parent fd55a09 commit a5dab8d
Show file tree
Hide file tree
Showing 6 changed files with 1,368 additions and 102 deletions.
4 changes: 4 additions & 0 deletions docs/core/dashcore/wallet-arguments-and-commands-dash-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ View [the list of RPCs](../api/remote-procedure-call-quick-reference.md) for mor
### Options

```text
-?
Print this help message and exit
Expand Down Expand Up @@ -138,11 +139,13 @@ View [the list of RPCs](../api/remote-procedure-call-quick-reference.md) for mor
-version
Print version and exit
```

### Chain selection options

```text
-chain=<chain>
Use the chain <chain> (default: main). Allowed values: main, test,
regtest
Expand Down Expand Up @@ -189,4 +192,5 @@ View [the list of RPCs](../api/remote-procedure-call-quick-reference.md) for mor
-testnet
Use the test chain. Equivalent to -chain=test
```
Loading

0 comments on commit a5dab8d

Please sign in to comment.