From e4ebf4a392786612607cb879e03dd1e246660029 Mon Sep 17 00:00:00 2001 From: Carson McManus Date: Wed, 6 May 2020 09:02:41 -0400 Subject: [PATCH] update help text, less useless info --- Program.cs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Program.cs b/Program.cs index 65ac3b5..9ed7b5c 100644 --- a/Program.cs +++ b/Program.cs @@ -188,13 +188,10 @@ namespace SteamGuard }; var actions = new Dictionary { - { "generate-code", "Generate a Steam Guard code for the specified user (if any) and exit. (default)" }, + { "code", "Generate a Steam Guard code for the specified user (if any) and exit. (default)" }, { "encrypt", "Encrypt your maFiles or change your encryption passkey." }, { "decrypt", "Remove encryption from your maFiles." }, - { "code", "Same as generate-code" }, - { "2fa", "Same as generate-code" }, { "add", "Set up Steam Guard for 2 factor authentication." }, - { "setup", "Same as add" }, { "trade", "Opens an interactive prompt to handle trade confirmations." }, { "accept-all", "Accepts all trade confirmations." } };