change usage in help text to resemble other help texts
This commit is contained in:
parent
8be48008c2
commit
0785a4baf7
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ namespace SteamGuard
|
|||
};
|
||||
|
||||
Console.WriteLine($"steamguard-cli - v{Assembly.GetExecutingAssembly().GetName().Version}");
|
||||
Console.WriteLine("usage: steamguard (action) (steam username) -v -h");
|
||||
Console.WriteLine("usage: steamguard ACTION [STEAM USERNAME] [OPTIONS]...");
|
||||
Console.WriteLine();
|
||||
foreach (var flag in flags)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue