From 8e8c43e3040a8cd49063aedcf0ace4386b255a7c Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Sat, 6 Sep 2025 17:13:59 -0400 Subject: [PATCH] I like this better --- ProtectionScan/Options.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ProtectionScan/Options.cs b/ProtectionScan/Options.cs index 157aa11d..a98e07fa 100644 --- a/ProtectionScan/Options.cs +++ b/ProtectionScan/Options.cs @@ -113,7 +113,7 @@ namespace ProtectionScan { Console.WriteLine("Protection Scanner"); Console.WriteLine(); - Console.WriteLine("ProtectionScan file|directory ..."); + Console.WriteLine("ProtectionScan ..."); Console.WriteLine(); Console.WriteLine("Options:"); Console.WriteLine("-?, -h, --help Display this help text and quit");