From 7e077fc6157483cad1688972e82466b8943bb62f Mon Sep 17 00:00:00 2001 From: Carson McManus Date: Sun, 21 Aug 2016 11:59:53 -0400 Subject: [PATCH] Revert "Added some return codes" because I forgot thats not how return codes work in c# This reverts commit c79054fbfb9c5062cb87c546c2389462f4d07aed. --- Program.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/Program.cs b/Program.cs index 8def123..d190d2d 100644 --- a/Program.cs +++ b/Program.cs @@ -15,8 +15,6 @@ public static class Program Console.WriteLine("steamguard-cli - v0.0"); Console.WriteLine(); Console.WriteLine("--help, -h Display this help message."); - return 0; } - return 1; } }