From cfbac7a9ab92c14c9c8ecb16933843276a006c82 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Wed, 4 Jan 2023 10:27:37 -0800 Subject: [PATCH] Ensure required field marked as such --- Test/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Test/Program.cs b/Test/Program.cs index 0a0b945f..527232fc 100644 --- a/Test/Program.cs +++ b/Test/Program.cs @@ -147,7 +147,7 @@ namespace Test Console.WriteLine("-np, --no-packers Disable scanning for packers"); Console.WriteLine("-i, --info Print executable info"); Console.WriteLine("-x, --extract Extract archive formats"); - Console.WriteLine("-o, --outdir [PATH] Set output path for extraction"); + Console.WriteLine("-o, --outdir [PATH] Set output path for extraction (REQUIRED)"); } } }