[vlc-commits] --quiet is not advanced

Rémi Denis-Courmont git at videolan.org
Sun Jul 17 09:41:13 CEST 2011


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Jul 17 10:20:13 2011 +0300| [95606ba8aa437766871d45fc0be6eaed49a96a38] | committer: Rémi Denis-Courmont

--quiet is not advanced

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

 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 94384bc..6729796 100644
--- a/src/libvlc-module.c
+++ b/src/libvlc-module.c
@@ -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)



More information about the vlc-commits mailing list