Skip to content

Commit eb52102

Browse files
committed
Lint command - fixed --project option
1 parent 2d38130 commit eb52102

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Tools/CommandLine/CommandLineExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public static class CommandLineExtensions
1414
public const string VerboseAlias = "--verbose";
1515
public const string DebuggerBreakAlias = "--debugger-break";
1616
public const string TargetArg = "target";
17-
public const string ProjectOpt = "project";
17+
public const string ProjectOpt = "--project";
1818

1919
public static ILoggerFactory Factory = new NullLoggerFactory();
2020

0 commit comments

Comments
 (0)