Commit 95606ba8 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

--quiet is not advanced

parent 01d9caa1
......@@ -2136,7 +2136,7 @@ vlc_module_begin ()
change_short('v')
add_string( "verbose-objects", 0, VERBOSE_OBJECTS_TEXT, VERBOSE_OBJECTS_LONGTEXT,
false )
add_bool( "quiet", 0, QUIET_TEXT, QUIET_LONGTEXT, true )
add_bool( "quiet", 0, QUIET_TEXT, QUIET_LONGTEXT, false )
change_short('q')
#if !defined(WIN32)
......
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