From a6847b39b13699e81eb5e49d7890f1f562effa50 Mon Sep 17 00:00:00 2001 From: tyovchev Date: Fri, 19 May 2017 16:35:21 +0300 Subject: [PATCH] Fixing typo --- UI/JustAssembly.CommandLineTool/Startup.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }