Skip to content
This repository was archived by the owner on May 26, 2022. It is now read-only.

Commit 18f1215

Browse files
committed
Fixed using message
1 parent c6b5427 commit 18f1215

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CSProjToXProj/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public static int Main(string[] args)
6161

6262
private static void PrintUsage()
6363
{
64-
Console.WriteLine("Usage: CSProjToXProj <path_to_search> [/ReplaceExisting]");
64+
Console.WriteLine("Usage: CSProjToXProj <path_to_search> [/ReplaceExisting] [/Force]");
6565
Console.WriteLine();
6666
Console.WriteLine(
6767
"if /ReplaceExisting is specified, the project GUID is retained, the sln file is updated and the csproj and package.config are deleted");

0 commit comments

Comments
 (0)