From 9bdb7404951dc6d358fec0cf988b187d6a475aba Mon Sep 17 00:00:00 2001 From: Carson McManus Date: Sun, 14 May 2017 15:52:21 -0400 Subject: [PATCH] add trade and accept-all actions to help text, fix #12 --- Program.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Program.cs b/Program.cs index d99ca7a..c41528c 100644 --- a/Program.cs +++ b/Program.cs @@ -164,7 +164,9 @@ namespace SteamGuard { "code", "Same as generate-code" }, { "2fa", "Same as generate-code" }, { "add", "Set up Steam Guard for 2 factor authentication." }, - { "setup", "Same as add" } + { "setup", "Same as add" }, + { "trade", "Opens an interactive prompt to handle trade confirmations." }, + { "accept-all", "Accepts all trade confirmations." } }; Console.WriteLine($"steamguard-cli - v{Assembly.GetExecutingAssembly().GetName().Version}");