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.
-I <directory>
Specify that imported the given directory should be searched for
imported modules.
Specify that the given directory should be searched for imported
modules. This option can be passed multiple times to specify multiple
directories.
--syntaxCheck <file>, -s <file>
Lexes and parses sourceFile, printing the line and column number of