added help text for add and setup

This commit is contained in:
Carson McManus 2016-08-27 18:07:28 -04:00
parent 6539e86644
commit 193dd40bc0

View file

@ -151,6 +151,8 @@ public static class Program
{ "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" }
};
Console.WriteLine($"steamguard-cli - v{Assembly.GetExecutingAssembly().GetName().Version}");