From 0785a4baf7af981603f0cdab2c7e97e5a09a4368 Mon Sep 17 00:00:00 2001 From: Carson McManus Date: Mon, 22 May 2017 18:29:57 -0400 Subject: [PATCH] change usage in help text to resemble other help texts --- Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Program.cs b/Program.cs index 628a531..c15872d 100644 --- a/Program.cs +++ b/Program.cs @@ -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) {