1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-19 15:29:42 +01:00

* Disable cli help for --http & --filescan (for now).

This commit is contained in:
Christian Muehlhaeuser 2012-12-23 21:15:42 +01:00
parent f923716628
commit 99ba2ccc00

View File

@ -388,8 +388,8 @@ TomahawkApp::printHelp()
echo( "Usage: " + arguments().at( 0 ) + " [options] [url]" );
echo( "Options are:" );
echo( " --help Show this help" );
echo( " --http Initialize HTTP server" );
echo( " --filescan Scan files on startup" );
// echo( " --http Initialize HTTP server" );
// echo( " --filescan Scan files on startup" );
// echo( " --headless Run without a GUI" );
echo( " --hide Hide main window on startup" );
echo( " --testdb Use a test database instead of real collection" );