Added some return codes
This commit is contained in:
parent
0cf5243675
commit
c79054fbfb
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue