update option documentation to specify amount format

This commit is contained in:
icy-ux 2022-01-16 20:11:35 +00:00 committed by binarybaron
parent f8a7a826c2
commit dde66ae61d

View file

@ -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.")]