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

Add note in help for --headless

This commit is contained in:
Leo Franchi
2012-08-24 09:47:54 -04:00
parent e1b589ad92
commit a0c629289d

View File

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