Skip to content

Commit 694be29

Browse files
committed
Remove uneeded option from the help
1 parent f2435f8 commit 694be29

File tree

1 file changed

+0
-1
lines changed
  • csharp/extractor/Semmle.Extraction.CSharp.Standalone

1 file changed

+0
-1
lines changed

csharp/extractor/Semmle.Extraction.CSharp.Standalone/Options.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ public static void ShowHelp(TextWriter output)
7777
{
7878
output.WriteLine("C# standalone extractor\n\nExtracts a C# project in the current directory without performing a build.\n");
7979
output.WriteLine("Additional options:\n");
80-
output.WriteLine(" xxx.sln Restrict sources to given solution");
8180
output.WriteLine(" --threads:nnn Specify number of threads (default=CPU cores)");
8281
output.WriteLine(" --verbose Produce more output");
8382
output.WriteLine(" --pdb Cross-reference information from PDBs where available");

0 commit comments

Comments
 (0)