Skip to content

Commit a6847b3

Browse files
committed
Fixing typo
1 parent 9e9e80e commit a6847b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UI/JustAssembly.CommandLineTool/Startup.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ private static void RunMain(string[] args)
3636
{
3737
if (args.Length != 3)
3838
{
39-
WriteErrorAndSetErrorCode("Wrong number of arguments." + Environment.NewLine + Environment.NewLine + "Sample:" + Environment.NewLine + "justassembly.commandlinetoool Path\\To\\Assembly1 Path\\To\\Assembly2 Path\\To\\XMLOutput");
39+
WriteErrorAndSetErrorCode("Wrong number of arguments." + Environment.NewLine + Environment.NewLine + "Sample:" + Environment.NewLine + "justassembly.commandlinetool Path\\To\\Assembly1 Path\\To\\Assembly2 Path\\To\\XMLOutput");
4040
return;
4141
}
4242

0 commit comments

Comments
 (0)