mirror of
https://github.com/monero-project/monero-site.git
synced 2024-11-17 00:07:54 +00:00
monero-wallet-cli.md: address all
instead of ... list
There appears to be no such command as `address list`. When I run it I get: ``` Error: usage: address [ new <label text with white spaces allowed> | all | <index_min> [<index_max>] | label <index> <label text with white spaces allowed> | device [<index>] | one-off <account> <subaddress>] ```
This commit is contained in:
parent
ac698b00e8
commit
5420012666
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ address new
|
|||
This will generate a subaddress, which you can share to receive payment on the account it's linked to. To view all generated addresses, run:
|
||||
|
||||
```
|
||||
address list
|
||||
address all
|
||||
```
|
||||
|
||||
## Proving to a third party you paid someone
|
||||
|
|
Loading…
Reference in a new issue