Fix the wording of the -I documentation

This commit is contained in:
Hackerpilot 2020-07-17 01:23:18 -07:00
parent b305f4fbfa
commit 0f37040b6f
1 changed files with 3 additions and 2 deletions

View File

@ -367,8 +367,9 @@ Options:
Similar to "--imports", but lists imports of imports recursively. Similar to "--imports", but lists imports of imports recursively.
-I <directory> -I <directory>
Specify that imported the given directory should be searched for Specify that the given directory should be searched for imported
imported modules. modules. This option can be passed multiple times to specify multiple
directories.
--syntaxCheck <file>, -s <file> --syntaxCheck <file>, -s <file>
Lexes and parses sourceFile, printing the line and column number of Lexes and parses sourceFile, printing the line and column number of