From 049c563f02de68949dba5c1de9f1bf54b6a3cb26 Mon Sep 17 00:00:00 2001 From: Cooper Quintin Date: Fri, 7 Feb 2025 15:03:31 -0800 Subject: [PATCH] fix shortcodes on rayhunter_check --- bin/src/check.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/src/check.rs b/bin/src/check.rs index 9a535a8..9786132 100644 --- a/bin/src/check.rs +++ b/bin/src/check.rs @@ -13,7 +13,7 @@ struct Args { #[arg(short = 'p', long)] qmdl_path: PathBuf, - #[arg(short, long)] + #[arg(short = 'c', long)] pcapify: bool, #[arg(long)]