mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-08-07 22:12:51 -04:00
update option documentation to specify amount format
This commit is contained in:
parent
f8a7a826c2
commit
dde66ae61d
1 changed files with 1 additions and 1 deletions
|
@ -276,7 +276,7 @@ pub enum RawCommand {
|
|||
WithdrawBtc {
|
||||
#[structopt(
|
||||
long = "amount",
|
||||
help = "Optionally specify the amount of Bitcoin to be withdrawn. If not specified the wallet will be drained."
|
||||
help = "Optionally specify the amount of Bitcoin to be withdrawn. If not specified the wallet will be drained. Amount must be specified in quotes with denomination, e.g `--amount '0.1 BTC'`"
|
||||
)]
|
||||
amount: Option<Amount>,
|
||||
#[structopt(long = "address", help = "The address to receive the Bitcoin.")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue