Added some return codes

This commit is contained in:
Carson McManus 2016-08-21 11:46:56 -04:00
parent 0cf5243675
commit c79054fbfb

View file

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