[vlc-devel] commit: don't use the same shortcut as --list (Christophe Mutricy )

git version control git at videolan.org
Fri Sep 5 20:25:49 CEST 2008


vlc | branch: master | Christophe Mutricy <xtophe at videolan.org> | Fri Sep  5 17:37:24 2008 +0100| [8666615cc815ac9046bc323fcdef6c21e9b822ae] | committer: Christophe Mutricy 

don't use the same shortcut as --list

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8666615cc815ac9046bc323fcdef6c21e9b822ae
---

 src/libvlc-module.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/libvlc-module.c b/src/libvlc-module.c
index 0089d72..ccd22c0 100644
--- a/src/libvlc-module.c
+++ b/src/libvlc-module.c
@@ -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 );




More information about the vlc-devel mailing list