add --passkey to help

This commit is contained in:
Carson McManus 2017-05-22 18:13:07 -04:00
parent c7a2418ca9
commit da55b9a247

View file

@ -180,6 +180,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-path", "Specify which folder your maFiles are in. Ex: ~/maFiles" }, { "-m, --mafiles-path", "Specify which folder your maFiles are in. Ex: ~/maFiles" },
{ "-p, --passkey", "Specify your encryption passkey." },
}; };
var actions = new Dictionary<string, string> var actions = new Dictionary<string, string>
{ {