add trade and accept-all actions to help text, fix #12

This commit is contained in:
Carson McManus 2017-05-14 15:52:21 -04:00
parent f337520b70
commit 9bdb740495

View file

@ -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}");