Commit 8666615c authored by Christophe Mutricy's avatar Christophe Mutricy

don't use the same shortcut as --list

parent fa0e963f
...@@ -2556,7 +2556,7 @@ vlc_module_begin(); ...@@ -2556,7 +2556,7 @@ vlc_module_begin();
change_unsaveable(); change_unsaveable();
add_bool( "list-verbose", false, NULL, LIST_VERBOSE_TEXT, "", add_bool( "list-verbose", false, NULL, LIST_VERBOSE_TEXT, "",
false ); false );
change_short( 'l' ); change_short( 'L' );
change_internal(); change_internal();
change_unsaveable(); change_unsaveable();
add_string( "module", NULL, NULL, MODULE_TEXT, "", false ); add_string( "module", NULL, NULL, MODULE_TEXT, "", false );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment