Skip to content

Commit bf4dbc4

Browse files
committed
[flang][f18] Add missing line in help text (nfc)
1 parent c5659dd commit bf4dbc4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flang/tools/f18/f18.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -667,6 +667,7 @@ int main(int argc, char *const argv[]) {
667667
<< " -ed enable fixed form D lines\n"
668668
<< " -E prescan & preprocess only\n"
669669
<< " -module dir module output directory (default .)\n"
670+
<< " -module-dir/-J <dir> Put MODULE files in <dir>\n"
670671
<< " -flatin interpret source as Latin-1 (ISO 8859-1) "
671672
"rather than UTF-8\n"
672673
<< " -fsyntax-only parsing and semantics only, no output "

0 commit comments

Comments
 (0)