Skip to content

Commit

Permalink
chore: clarify doco re decryption support
Browse files Browse the repository at this point in the history
  • Loading branch information
itsrobli committed Sep 28, 2024
1 parent eee49f6 commit 84fbb03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ struct UnzipArgs {
output_directory: Option<PathBuf>,

/// Password to decrypt encrypted zipfile entries (if any).
/// Encryption is assumed to be the ZipCrypto algorithm.
/// Both ZipCrypto and AES encrypted zipfiles are supported.
#[arg(short = 'P', long, value_name = "PASSWORD")]
password: Option<String>,

Expand Down

0 comments on commit 84fbb03

Please sign in to comment.