mirror of
https://github.com/bisq-network/bisq.git
synced 2025-01-19 05:44:05 +01:00
Fix typo 'enabled' -> 'enable'
This commit is contained in:
parent
622f7e9add
commit
a4278a4147
@ -432,14 +432,14 @@ To disable an offer:
|
||||
```
|
||||
./bisq-cli --password=xyz --port=9998 editoffer \
|
||||
--offer-id=83e8b2e2-51b6-4f39-a748-3ebd29c22aea \
|
||||
--enabled=false
|
||||
--enable=false
|
||||
```
|
||||
|
||||
To enable an offer:
|
||||
```
|
||||
./bisq-cli --password=xyz --port=9998 editoffer \
|
||||
--offer-id=83e8b2e2-51b6-4f39-a748-3ebd29c22aea \
|
||||
--enabled=true
|
||||
--enable=true
|
||||
```
|
||||
|
||||
#### Change Offer Pricing Model
|
||||
|
Loading…
Reference in New Issue
Block a user