fixed help text for --mafiles-path, was --mafiles

This commit is contained in:
Carson McManus 2016-08-27 19:02:00 -04:00
parent b2762a3979
commit 35d75c3a7c

View file

@ -154,7 +154,7 @@ namespace SteamGuard
{ {
{ "-h, --help", "Display this help message." }, { "-h, --help", "Display this help message." },
{ "-v, --verbose", "Display some extra information when the program is running." }, { "-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<string, string> var actions = new Dictionary<string, string>
{ {