We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2435f8 commit 694be29Copy full SHA for 694be29
csharp/extractor/Semmle.Extraction.CSharp.Standalone/Options.cs
@@ -77,7 +77,6 @@ public static void ShowHelp(TextWriter output)
77
{
78
output.WriteLine("C# standalone extractor\n\nExtracts a C# project in the current directory without performing a build.\n");
79
output.WriteLine("Additional options:\n");
80
- output.WriteLine(" xxx.sln Restrict sources to given solution");
81
output.WriteLine(" --threads:nnn Specify number of threads (default=CPU cores)");
82
output.WriteLine(" --verbose Produce more output");
83
output.WriteLine(" --pdb Cross-reference information from PDBs where available");
0 commit comments