]> git.sesse.net Git - vlc/blobdiff - src/libvlc-module.c
* Honor --color with --list.
[vlc] / src / libvlc-module.c
index 8dbd74dc13355b1a479282b4856ab03fcc1f764e..5d724dddc02f8bf7eb3012b8b56423341294aa9d 100644 (file)
@@ -2204,6 +2204,11 @@ const module_config_t libvlc_config[] =
         .i_short  = 'l',
         .psz_text = N_("print a list of available modules")
     },
+    {
+        .i_type   = CONFIG_ITEM_BOOL,
+        .psz_name = "list-verbose",
+        .psz_text = N_("print a list of available modules with extra detail")
+    },
     {
         .i_type   = CONFIG_ITEM_STRING,
         .psz_name = "module",