From 4e1941e47230d2d9f7b5165ab70d8e4cef565f51 Mon Sep 17 00:00:00 2001 From: Jon Thysell Date: Thu, 12 Sep 2024 17:12:23 -0700 Subject: [PATCH] fix typo --- src/HawDict/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/HawDict/Program.cs b/src/HawDict/Program.cs index a34726f..c388656 100644 --- a/src/HawDict/Program.cs +++ b/src/HawDict/Program.cs @@ -34,7 +34,7 @@ static void Main(string[] args) switch (args[i].ToLower()) { case "-f": - case "--format" + case "--format": if (i + 1 > args.Length) { throw new Exception("Missing argument.");