Clarify how the ModulePath config option works.
authorSven Trenkel <collectd@semidefinite.de>
Tue, 8 Dec 2009 17:42:11 +0000 (18:42 +0100)
committerSven Trenkel <collectd@semidefinite.de>
Tue, 8 Dec 2009 17:42:11 +0000 (18:42 +0100)
src/collectd-python.pod

index ac679c5..9b990b9 100644 (file)
@@ -54,7 +54,8 @@ locale.
 
 Appends I<Name> to B<sys.path>. You won't be able to import any scripts you
 wrote unless they are located in one of the directories in this list. Please
-note that it only has effect on plugins loaded after this option.
+note that it only has effect on plugins loaded after this option. You can
+use multiple B<ModulePath> lines to add more than one directory.
 
 =item B<LogTraces> I<bool>