Skip to content

Commit

Permalink
Add qr option description
Browse files Browse the repository at this point in the history
  • Loading branch information
jherzstein committed Dec 7, 2024
1 parent cb3fccc commit 62732e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ struct CommonLeaderArgs {
/// Length of code (in bytes/words)
#[arg(short = 'c', long, value_name = "NUMWORDS", default_value = "2")]
code_length: usize,
/// Generate QR code from send link
#[arg(long)]
qr: bool,
}
Expand Down

0 comments on commit 62732e5

Please sign in to comment.