diff --git a/UI/JustAssembly.CommandLineTool/Startup.cs b/UI/JustAssembly.CommandLineTool/Startup.cs index 9142e6f..e10583c 100644 --- a/UI/JustAssembly.CommandLineTool/Startup.cs +++ b/UI/JustAssembly.CommandLineTool/Startup.cs @@ -36,7 +36,7 @@ private static void RunMain(string[] args) { if (args.Length != 3) { - WriteErrorAndSetErrorCode("Wrong number of arguments." + Environment.NewLine + Environment.NewLine + "Sample:" + Environment.NewLine + "justassembly.commandlinetoool Path\\To\\Assembly1 Path\\To\\Assembly2 Path\\To\\XMLOutput"); + WriteErrorAndSetErrorCode("Wrong number of arguments." + Environment.NewLine + Environment.NewLine + "Sample:" + Environment.NewLine + "justassembly.commandlinetool Path\\To\\Assembly1 Path\\To\\Assembly2 Path\\To\\XMLOutput"); return; }