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:
@@ -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" );
|
||||||
|
Reference in New Issue
Block a user