Revert "Added some return codes" because I forgot thats not how return codes work in c#

This reverts commit c79054fbfb.
This commit is contained in:
Carson McManus 2016-08-21 11:59:53 -04:00
parent d661a550b5
commit 7e077fc615

View file

@ -15,8 +15,6 @@ public static class Program
Console.WriteLine("steamguard-cli - v0.0"); Console.WriteLine("steamguard-cli - v0.0");
Console.WriteLine(); Console.WriteLine();
Console.WriteLine("--help, -h Display this help message."); Console.WriteLine("--help, -h Display this help message.");
return 0; }
}
return 1;
} }
} }