From 0f37040b6f1535fa5db224654fa0bdf89eeac01d Mon Sep 17 00:00:00 2001 From: Hackerpilot Date: Fri, 17 Jul 2020 01:23:18 -0700 Subject: [PATCH] Fix the wording of the -I documentation --- src/dscanner/main.d | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/dscanner/main.d b/src/dscanner/main.d index 42c4fef..aa28f76 100644 --- a/src/dscanner/main.d +++ b/src/dscanner/main.d @@ -367,8 +367,9 @@ Options: Similar to "--imports", but lists imports of imports recursively. -I - 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 , -s Lexes and parses sourceFile, printing the line and column number of