]> git.sesse.net Git - vlc/commitdiff
don't use the same shortcut as --list
authorChristophe Mutricy <xtophe@videolan.org>
Fri, 5 Sep 2008 16:37:24 +0000 (17:37 +0100)
committerChristophe Mutricy <xtophe@videolan.org>
Fri, 5 Sep 2008 18:00:42 +0000 (19:00 +0100)
src/libvlc-module.c

index 0089d725e75d2f08fd0663599a34d5e29158a703..ccd22c0747f8de7f9329a4e7f2a501ad6159e921 100644 (file)
@@ -2556,7 +2556,7 @@ vlc_module_begin();
         change_unsaveable();
     add_bool( "list-verbose", false, NULL, LIST_VERBOSE_TEXT, "",
               false );
-        change_short( 'l' );
+        change_short( 'L' );
         change_internal();
         change_unsaveable();
     add_string( "module", NULL, NULL, MODULE_TEXT, "", false );