From 35d75c3a7c763ce32834adc433dca716ee71776b Mon Sep 17 00:00:00 2001 From: Carson McManus Date: Sat, 27 Aug 2016 19:02:00 -0400 Subject: [PATCH] fixed help text for --mafiles-path, was --mafiles --- Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Program.cs b/Program.cs index a0f7fdd..17c2269 100644 --- a/Program.cs +++ b/Program.cs @@ -154,7 +154,7 @@ namespace SteamGuard { { "-h, --help", "Display this help message." }, { "-v, --verbose", "Display some extra information when the program is running." }, - { "-m, --mafiles", "Specify which folder your maFiles are in. Ex: ~/maFiles" }, + { "-m, --mafiles-path", "Specify which folder your maFiles are in. Ex: ~/maFiles" }, }; var actions = new Dictionary {