diff --git a/src/main/lkt.c b/src/main/lkt.c index ee8bd03b460f497cc3e0adc59b8c83768990f390..a17f619fbb0ecfd2abba1b0309197327ffb84f75 100644 --- a/src/main/lkt.c +++ b/src/main/lkt.c @@ -37,42 +37,43 @@ help(void) "USAGE: lkt [OPTIONS] <COMMAND> [ARGS [...]]\n" "\n" " OPTIONS:\n" - " host: named of the lektor's host, can be resolved.\n" - " port: port on which lektor is listening.\n" + " host named of the lektor's host, can be resolved.\n" + " port port on which lektor is listening.\n" "\n" " options most be passed as one word (no spaced), such as the following:\n" " % lkt host=sakura port=6601 play\n" "\n" " COMMANDS:\n" - " help: display this help message\n" - " play <?idx>: toggle play/pause state of lektor, may start at a certain index,\n" - " status: get the status of lektor.\n" - " current: get the currently playing song.\n" - " add <query>: add a kara to the playlist with a query.\n" - " delete <id>: delete the id from the queue.\n" - " clear: clear the queue of lektor.\n" - " prev: play previous kara in the queue.\n" - " next: play the next kara in the queue.\n" - " shuffle: shuffle lektor's playlist and play it from the begening.\n" - " queue <?arg>: prints the queue. The argument is either a range or a count from the current kara.\n" - " plt: the playlist sub command.\n" - " search: the search sub command.\n" + " help display this help message.\n" + " play <?idx> toggle play/pause state of lektor, may start at a certain index.\n" + " stop stop the playback but not the window if it exists.\n" + " status get the status of lektor.\n" + " current get the currently playing song.\n" + " add <query> add a kara to the playlist with a query.\n" + " delete <id> delete the id from the queue.\n" + " clear clear the queue of lektor.\n" + " prev play previous kara in the queue.\n" + " next play the next kara in the queue.\n" + " shuffle shuffle lektor's playlist and play it from the begening.\n" + " queue <?arg> prints the queue. The argument is either a range or a count from the current kara.\n" + " plt the playlist sub command.\n" + " search the search sub command.\n" "\n" " PLAYLIST COMMANDS:\n" - " help: display this help message.\n" - " create <plt>: creates a playlist after the argument.\n" - " destroy <plt>: delete a playlist after the argument.\n" - " add <plt> <type> <query>: add something to a playlist from the database.\n" - " delete: <plt> <id>: delete domething from a playlist.\n" + " help display this help message.\n" + " create <plt> creates a playlist after the argument.\n" + " destroy <plt> delete a playlist after the argument.\n" + " add <plt> <type> <query> add something to a playlist from the database.\n" + " delete <plt> <id> delete domething from a playlist.\n" "\n" " SEARCH COMMANDS:\n" - " help: display this help message.\n" - " get <query>: prints the results of the query.\n" - " add <query>: add to the queue and prints the results of the query.\n" - " insert <query>: insert on top of the aueue and prints the results of the query.\n" - " plt <plt> <query>: search inside a playlist and prints the results.\n" - " count <query>: count the number of songs that matches the query.\n" - " queue <query>: prints kara that matches from the queue.\n" + " help display this help message.\n" + " get <query> prints the results of the query.\n" + " add <query> add to the queue and prints the results of the query.\n" + " insert <query> insert on top of the aueue and prints the results of the query.\n" + " plt <plt> <query> search inside a playlist and prints the results.\n" + " count <query> count the number of songs that matches the query.\n" + " queue <query> prints kara that matches from the queue.\n" "\n" " QUERY:\n" " A query is passed in argument of a COMMAND and is composed of:\n"