]> git.sesse.net Git - vlc/blobdiff - src/libvlc-module.c
module: Allow multiple paths in --plugin-path (Separated by ':').
[vlc] / src / libvlc-module.c
index ecfba0434940cbc25c6b2b31e3c8bb4de0262fa9..3748babda3b587a0b4164cfc9156d3440f55938b 100644 (file)
@@ -985,7 +985,8 @@ static const char *ppsz_clock_descriptions[] =
 
 #define PLUGIN_PATH_TEXT N_("Modules search path")
 #define PLUGIN_PATH_LONGTEXT N_( \
-    "Additional path for VLC to look for its modules.")
+    "Additional path for VLC to look for its modules. You can add " \
+    "several paths by concatenating them using ':' as separator")
 
 #define VLM_CONF_TEXT N_("VLM configuration file")
 #define VLM_CONF_LONGTEXT N_( \