Skip to content

Commit d023e56

Browse files
committed
[master-next] Adjust sourcekitd-test PrintHelp call for LLVM r344097
The default "[options] <inputs>" text is now up to the caller to provide.
1 parent adcdc39 commit d023e56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/SourceKit/tools/sourcekitd-test/TestOptions.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,6 @@ void TestOptions::printHelp(bool ShowHidden) const {
376376

377377
TestOptTable Table;
378378

379-
Table.PrintHelp(llvm::outs(), "sourcekitd-test", "SourceKit Testing Tool",
380-
ShowHidden);
379+
Table.PrintHelp(llvm::outs(), "sourcekitd-test [options] <inputs>",
380+
"SourceKit Testing Tool", ShowHidden);
381381
}

0 commit comments

Comments
 (0)