From bc82436aa30ea8dc3e9fe3ce3cee7b4212f5e2ac Mon Sep 17 00:00:00 2001 From: Gandifil Date: Wed, 20 Dec 2023 23:26:43 +0300 Subject: [PATCH] Fix --- Contentless/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contentless/Program.cs b/Contentless/Program.cs index 14f757a..90005c3 100644 --- a/Contentless/Program.cs +++ b/Contentless/Program.cs @@ -48,7 +48,7 @@ public static class Program { if (config.References.Length > 0) { if (args.Length < 2) { - Console.WriteLine("Please specify the full path of project file, you want to use"); + Console.WriteLine("You supplied references but there is no project file, this isn't compatible. Please specify the full path of project file, if you want to sync references"); return; } var csprojPath = args[1];