improve help a little

This commit is contained in:
Einliterflasche 2024-07-09 21:59:52 +02:00
parent 57e3005c9e
commit 58e60fab26

View File

@ -314,6 +314,7 @@ enum CliCommand {
#[structopt(
long = "change-address",
help = "The bitcoin address where any form of change or excess funds should be sent to",
required_unless = "refund-to-internal-wallet",
parse(try_from_str = bitcoin_address::parse)
)]
bitcoin_change_address: Option<bitcoin::Address>,