fixed help text for --mafiles-path, was --mafiles
This commit is contained in:
parent
b2762a3979
commit
35d75c3a7c
1 changed files with 1 additions and 1 deletions
|
@ -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<string, string>
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue