Skip to content

Commit

Permalink
Re-word flag help string
Browse files Browse the repository at this point in the history
  • Loading branch information
casey committed Feb 6, 2023
1 parent c1894c4 commit f04eb06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/subcommand/wallet/inscribe.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ pub(crate) struct Inscribe {
pub(crate) fee_rate: FeeRate,
#[clap(
long,
help = "Use fee rate of <COMMIT_FEE_RATE> sats/vB for commit transaction only.\nIf not set uses fee-rate for commit transaction."
help = "Use <COMMIT_FEE_RATE> sats/vbyte for commit transaction.\nDefaults to <FEE_RATE> if unset."
)]
pub(crate) commit_fee_rate: Option<FeeRate>,
#[clap(help = "Inscribe sat with contents of <FILE>")]
Expand Down

0 comments on commit f04eb06

Please sign in to comment.