1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-13 04:21:51 +02:00

* Try to explain cli params better.

This commit is contained in:
Christian Muehlhaeuser 2013-04-26 13:16:04 +02:00
parent 69e19afbef
commit 83d5b56386

View File

@ -396,8 +396,8 @@ TomahawkApp::printHelp()
// echo( " --headless Run without a GUI" );
echo( " --hide Hide main window on startup" );
echo( " --testdb Use a test database instead of real collection" );
echo( " --noupnp Disable UPnP" );
echo( " --nosip Disable SIP" );
echo( " --noupnp Disable UPnP port-forwarding" );
echo( " --nosip Disable Session Initiation Protocol (required to find other Tomahawk clients)" );
echo( " --verbose Increase verbosity (activates debug output)" );
echo();
echo( "Playback Controls:" );