You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Src/PCompiler/PCommandLine/Options/PCheckerOptions.cs
+1-15Lines changed: 1 addition & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ public PCheckerOptions()
31
31
basicOptions.AddPositionalArgument("path","Path to the compiled file to check for correctness (*.dll)."+
32
32
" If this option is not passed, the compiler searches for a *.dll file in the current folder").IsRequired=false;
33
33
varmodes=basicOptions.AddArgument("mode","md","Checker mode to use. Can be bugfinding or pex. If this option is not passed, bugfinding mode is used as default");
0 commit comments