update help text, less useless info

This commit is contained in:
Carson McManus 2020-05-06 09:02:41 -04:00
parent 5e4dec604b
commit e4ebf4a392

View file

@ -188,13 +188,10 @@ namespace SteamGuard
};
var actions = new Dictionary<string, string>
{
{ "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." }
};