mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-03-20 05:16:08 -04:00
update option documentation to specify amount format
This commit is contained in:
parent
50ae541412
commit
ab1fa67525
@ -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…
x
Reference in New Issue
Block a user