Skip to content

Commit 987f908

Browse files
committed
doc: explain NSOLID_DISABLE_PACKAGE_SCAN better
Fixes: #358 PR-URL: #362 Reviewed-By: Rafael Gonzaga <[email protected]>
1 parent cdabf2d commit 987f908

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/nsolid.1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -899,7 +899,8 @@ Delay initializing nsolid for duration (milliseconds) after the process starts.
899899
Time in milliseconds the event loop is stuck on a single iteration before considered being blocked.
900900
.
901901
.It Ev NSOLID_DISABLE_PACKAGE_SCAN
902-
Disable automatically scanning all directories for modules that can be require
902+
Disable automatically scanning all directories for modules that can be imported or required.
903+
Packages that are actually imported or required are still reported to the Console.
903904
.
904905
.It Ev NSOLID_TRACK_GLOBAL_PACKAGES
905906
Track packages listed in the globalPaths

0 commit comments

Comments
 (0)