1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-18 23:09:42 +01:00

added helpstrings

This commit is contained in:
ubertaco 2012-02-23 13:52:11 -05:00
parent 2a27ef88f6
commit 9b1fc4cd24

View File

@ -352,9 +352,11 @@ TomahawkApp::printHelp()
echo( " --nosip Disable SIP\n" );
echo( "Playback Controls:" );
echo( " --playpause Toggle playing/paused state" );
echo( " --play Start/resume playback" );
echo( " --pause Pause playback" );
echo( " --stop Stop playback" );
echo( " --play Start/resume playback" );
echo( " --pause Pause playback" );
echo( " --stop Stop playback" );
echo( " --next Advances to the next track (if available)" );
echo( " --prev Advances to the next track (if available)" );
echo( "\nurl is a tomahawk:// command or alternatively a url that Tomahawk can recognize.\n" );
echo( "For more documentation, see http://wiki.tomahawk-player.org/mediawiki/index.php/Tomahawk://_Links\n" );
}