From da55b9a247f1ec64bc3d0d8a8da9e084ef00e98f Mon Sep 17 00:00:00 2001 From: Carson McManus Date: Mon, 22 May 2017 18:13:07 -0400 Subject: [PATCH] add --passkey to help --- Program.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Program.cs b/Program.cs index 142ce2a..628a531 100644 --- a/Program.cs +++ b/Program.cs @@ -180,6 +180,7 @@ namespace SteamGuard { "-h, --help", "Display this help message." }, { "-v, --verbose", "Display some extra information when the program is running." }, { "-m, --mafiles-path", "Specify which folder your maFiles are in. Ex: ~/maFiles" }, + { "-p, --passkey", "Specify your encryption passkey." }, }; var actions = new Dictionary {