From bf4dbc49843ca24e90e37f127ceef988286cd1c6 Mon Sep 17 00:00:00 2001 From: Andrzej Warzynski Date: Tue, 2 Mar 2021 18:13:04 +0000 Subject: [PATCH] [flang][f18] Add missing line in help text (nfc) --- flang/tools/f18/f18.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/flang/tools/f18/f18.cpp b/flang/tools/f18/f18.cpp index 720ca7e..f43813e 100644 --- a/flang/tools/f18/f18.cpp +++ b/flang/tools/f18/f18.cpp @@ -667,6 +667,7 @@ int main(int argc, char *const argv[]) { << " -ed enable fixed form D lines\n" << " -E prescan & preprocess only\n" << " -module dir module output directory (default .)\n" + << " -module-dir/-J Put MODULE files in \n" << " -flatin interpret source as Latin-1 (ISO 8859-1) " "rather than UTF-8\n" << " -fsyntax-only parsing and semantics only, no output " -- 2.7.4