Finished --help output
This commit is contained in:
parent
99f60bb2d5
commit
941f37b92f
1 changed files with 4 additions and 1 deletions
|
@ -30,6 +30,9 @@ 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.");
|
||||||
|
Console.WriteLine("--verbose, -v Display some extra information when the program is running.");
|
||||||
|
Console.WriteLine("--user, -c Specify an account for which to generate a Steam Gaurd code.");
|
||||||
|
Console.WriteLine(" Otherwise, the first account will be selected.");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
Verbose = args.Contains("-v") || args.Contains("--verbose");
|
Verbose = args.Contains("-v") || args.Contains("--verbose");
|
||||||
|
|
Loading…
Reference in a new issue