diff --git a/Console/Program.cs b/Console/Program.cs index 45181b8..b8c8157 100644 --- a/Console/Program.cs +++ b/Console/Program.cs @@ -95,7 +95,7 @@ private static string UnpackException(T ex) where T : Exception private static void PrintHelp(string programName) { Console.WriteLine("Welcome to Fluency, a functional programming language."); - Console.WriteLine("Usage: {0} [flags] [paths to files ending in .fl]", programName); + Console.WriteLine("Usage: fluency [flags] [paths to files ending in .fl]", programName); foreach (var pair in new[] { ("-h, --help", "You're lookin' at it."), ("-v, --verbose", "Run in verbose mode."),