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:
parent
d661a550b5
commit
7e077fc615
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue