mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-29 14:59:39 -04:00
Change dots to an ellipsis and fix capitalization
Matches ellipsis usage in the "Restore" section.
This commit is contained in:
parent
9b158ae73f
commit
dc9bad5192
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ In the RPC, the destination parameter must include the name of the file. Otherwi
|
|||
$ bitcoin-cli -rpcwallet="wallet-01" backupwallet /home/node01/Backups/backup-01.dat
|
||||
```
|
||||
|
||||
In the GUI, the wallet is selected in the `Wallet` drop-down list in the upper right corner. If this list is not present, the wallet can be loaded in `File` ->`Open wallet` if necessary. Then, the backup can be done in `File` -> `Backup Wallet...`.
|
||||
In the GUI, the wallet is selected in the `Wallet` drop-down list in the upper right corner. If this list is not present, the wallet can be loaded in `File` ->`Open Wallet` if necessary. Then, the backup can be done in `File` -> `Backup Wallet…`.
|
||||
|
||||
This backup file can be stored on one or multiple offline devices, which must be reliable enough to work in an emergency and be malware free. Backup files can be regularly tested to avoid problems in the future.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue