This commit is contained in:
nicolas.dorier 2021-10-01 16:28:48 +09:00
parent 478b4c26b2
commit 1585bc3a90
No known key found for this signature in database
GPG Key ID: 6618763EF09186FE
2 changed files with 4 additions and 4 deletions

View File

@ -60,8 +60,8 @@ Example:
* jm.sh wallet-tool-generate
* jm.sh set-wallet wallet.jmdat mypassword
* jm.sh wallet-tool
* jm.sh receive-payjoin
* jm.sh sendpayment <address> <amount>
* jm.sh receive-payjoin <amount>
* jm.sh sendpayment <amount> <address>
* jm.sh wallet-tool history
* jm.sh bash
```

4
jm.sh
View File

@ -18,8 +18,8 @@ Example:
* jm.sh wallet-tool-generate
* jm.sh set-wallet wallet.jmdat mypassword
* jm.sh wallet-tool
* jm.sh receive-payjoin
* jm.sh sendpayment <address> <amount>
* jm.sh receive-payjoin <amount>
* jm.sh sendpayment <amount> <address>
* jm.sh wallet-tool history
* jm.sh bash