add --passkey to help
This commit is contained in:
parent
c7a2418ca9
commit
da55b9a247
1 changed files with 1 additions and 0 deletions
|
@ -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>
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue