From 3fd81dc72f68406205adb6de54f6f33e3baf6884 Mon Sep 17 00:00:00 2001 From: "Uwe L. Korn" Date: Sun, 24 Mar 2013 02:43:29 +0100 Subject: [PATCH] Include --verbose in --help --- src/TomahawkApp.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/TomahawkApp.cpp b/src/TomahawkApp.cpp index 252108f02..fc4f5689e 100644 --- a/src/TomahawkApp.cpp +++ b/src/TomahawkApp.cpp @@ -397,6 +397,7 @@ TomahawkApp::printHelp() echo( " --testdb Use a test database instead of real collection" ); echo( " --noupnp Disable UPnP" ); echo( " --nosip Disable SIP" ); + echo( " --verbose Increase verbosity (activates debug output)" ); echo(); echo( "Playback Controls:" ); echo( " --play Start/resume playback" );