From edc32af47c3ab64985b772cb0a94e6c98e44f84d Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Sat, 6 Sep 2025 17:11:54 -0400 Subject: [PATCH] Slight tweak to wording --- ProtectionScan/Options.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ProtectionScan/Options.cs b/ProtectionScan/Options.cs index d2cb8ad4..157aa11d 100644 --- a/ProtectionScan/Options.cs +++ b/ProtectionScan/Options.cs @@ -107,13 +107,13 @@ namespace ProtectionScan } /// - /// Display help text + /// Display a basic help text /// public static void DisplayHelp() { Console.WriteLine("Protection Scanner"); Console.WriteLine(); - Console.WriteLine("ProtectionScan.exe file|directory ..."); + Console.WriteLine("ProtectionScan file|directory ..."); Console.WriteLine(); Console.WriteLine("Options:"); Console.WriteLine("-?, -h, --help Display this help text and quit");