From 4c5a2efe63789f4dcc8d7a0456d81c735b52dc27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristian=20Cezar=20Mois=C3=A9s?= Date: Mon, 30 Mar 2026 06:51:34 -0300 Subject: [PATCH] Feat: Added vaptvupt codec, fix jasmin tests --- src/zupt_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/zupt_main.c b/src/zupt_main.c index f39fcfd..7c3b4f4 100644 --- a/src/zupt_main.c +++ b/src/zupt_main.c @@ -53,7 +53,7 @@ static void usage(void) { "Extract/List/Test Options:\n" " -o, --output Output directory (extract only)\n" " -p, --password Decryption password\n" - " -pq,--post-quantum Post-quantum Encryption|Decryption \n" + " --pq,--post-quantum Post-quantum Encryption|Decryption \n" " -v, --verbose Verbose output\n" " -t, --threads Thread count for decompression\n" "\n"