Skip to content

Commit

Permalink
Amend
Browse files Browse the repository at this point in the history
  • Loading branch information
raphjaph committed Mar 17, 2024
1 parent 019894e commit 4a3887e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/subcommand/wallet/mint.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ use super::*;

#[derive(Debug, Parser)]
pub(crate) struct Mint {
#[clap(long, help = "Etch with fee rate of <FEE_RATE> sats/vB.")]
#[clap(long, help = "Use <FEE_RATE> sats/vbyte for mint transaction.")]
fee_rate: FeeRate,
#[clap(long, help = "Etch rune <RUNE>. May contain `.` or `•`as spacers.")]
#[clap(long, help = "Mint <RUNE>. May contain `.` or `•`as spacers.")]
rune: SpacedRune,
}

Expand Down

0 comments on commit 4a3887e

Please sign in to comment.