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:
parent
f923716628
commit
99ba2ccc00
@ -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" );
|
||||
|
Loading…
x
Reference in New Issue
Block a user