Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ struct Args {
password_b: Option<String>,

/// Sets the password for both files (if it's the same for both files)
#[clap(name = "passwords", long)]
#[clap(name = "passwords", long, short)]
passwords: Option<String>,

/// Asks for password only once, and tries to open both files with it
#[clap(name = "same-password", long)]
#[clap(name = "same-password", long, short)]
same_password: bool,

/// Sets no password for the first file (and will not ask for it)
Expand Down