mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-08-08 06:22:39 -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 {
|
WithdrawBtc {
|
||||||
#[structopt(
|
#[structopt(
|
||||||
long = "amount",
|
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>,
|
amount: Option<Amount>,
|
||||||
#[structopt(long = "address", help = "The address to receive the Bitcoin.")]
|
#[structopt(long = "address", help = "The address to receive the Bitcoin.")]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue