[vlmc-devel] commit: main: Removing -v from handled arguments ( it will be use to set debug level) ( Hugo Beauzée-Luyssen )

git at videolan.org git at videolan.org
Mon Oct 11 01:10:31 CEST 2010


vlmc | branch: master | Hugo Beauzée-Luyssen <beauze.h at gmail.com> | Mon Oct 11 01:05:07 2010 +0200| [ba8571d0a4b4f7f41a5f2b69a5fc4e6921db58af] | committer: Hugo Beauzée-Luyssen 

main: Removing -v from handled arguments (it will be use to set debug level)

> http://git.videolan.org/gitweb.cgi/vlmc.git/?a=commit;h=ba8571d0a4b4f7f41a5f2b69a5fc4e6921db58af
---

 src/Main/vlmc.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/Main/vlmc.cpp b/src/Main/vlmc.cpp
index b54ae3b..bc7f9aa 100644
--- a/src/Main/vlmc.cpp
+++ b/src/Main/vlmc.cpp
@@ -111,7 +111,7 @@ main( int argc, char **argv )
             ::usage( QString(argv[0]) );
             return 2;
         }
-        else if( arg == "--version" || arg == "-v" )
+        else if( arg == "--version" )
         {
             ::version();
             return 2;



More information about the Vlmc-devel mailing list