1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-13 17:43:59 +02:00

* Don't advertise --headless for now.

This commit is contained in:
Christian Muehlhaeuser
2012-11-14 04:15:05 +01:00
parent dd1b464d6b
commit cc702d863b

View File

@@ -424,7 +424,7 @@ TomahawkApp::printHelp()
echo( " --help Show this help\n" );
echo( " --http Initialize HTTP server\n" );
echo( " --filescan Scan files on startup\n" );
echo( " --headless Do not create a main window\n" );
// echo( " --headless Run without a GUI\n" );
echo( " --hide Hide main window on startup\n" );
echo( " --testdb Use a test database instead of real collection\n" );
echo( " --noupnp Disable UPnP\n" );