1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-12 00:54:20 +02:00

Include --verbose in --help

This commit is contained in:
Uwe L. Korn
2013-03-24 02:43:29 +01:00
committed by Christian Muehlhaeuser
parent 70c4dacc62
commit ccb976a8e6

View File

@@ -395,6 +395,7 @@ TomahawkApp::printHelp()
echo( " --testdb Use a test database instead of real collection" ); echo( " --testdb Use a test database instead of real collection" );
echo( " --noupnp Disable UPnP" ); echo( " --noupnp Disable UPnP" );
echo( " --nosip Disable SIP" ); echo( " --nosip Disable SIP" );
echo( " --verbose Increase verbosity (activates debug output)" );
echo(); echo();
echo( "Playback Controls:" ); echo( "Playback Controls:" );
echo( " --play Start/resume playback" ); echo( " --play Start/resume playback" );