From 84fbb0314e51f5f8909abe3b02994ee3097b6006 Mon Sep 17 00:00:00 2001 From: Robert Li Date: Sun, 29 Sep 2024 02:25:09 +1000 Subject: [PATCH] chore: clarify doco re decryption support --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 431669f..7aeea78 100644 --- a/src/main.rs +++ b/src/main.rs @@ -74,7 +74,7 @@ struct UnzipArgs { output_directory: Option, /// 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,