We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a0bfd1 commit e516092Copy full SHA for e516092
csharp/ql/src/Stubs/make_stubs.py
@@ -120,7 +120,7 @@
120
121
print("\nStub generation successful! Next steps:")
122
print('1. Edit "semmle-extractor-options" in the .cs files to remove unused references')
123
-print('2. Re-run odasa qltest --optimize "' + testDir + '"')
+print('2. Re-run codeql test run "' + testDir + '"')
124
print('3. git add "' + outputFile + '"')
125
print('4. Commit your changes.')
126
0 commit comments