From 1928dfbca8356c3894f9b65d14a15723084766fc Mon Sep 17 00:00:00 2001 From: Etoh Date: Wed, 12 Dec 2012 00:05:33 +0000 Subject: [PATCH] Update README.md - All commands to one letter ver --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 80733dd..d9a5974 100644 --- a/README.md +++ b/README.md @@ -99,14 +99,14 @@ Pressing "Save" will save the settings and continue Syncplay start-up. ### Syncplay Commands -Within the Syncplay command-line you can enter the following commands (and then press enter) to access features: +Within the Syncplay command-line you can enter the following commands (and then press enter) to access features of Syncplay: -* `help` / `h` - Displays list of commands and other information. +* `r [room]` - Leaves current room and joins specified room. You are only synchronised with others in the same room on the same server. If no room is specified then this command will use the filename of the currently open file, or alternatively will join the room `default`. +* `l` - Displays list of users and what they are playing. * `u` - Undo last seek. Seeks to where you were before the most recent seek. * `p` - Toggle play/pause. -* `l` - Displays list of users and what they are playing. -* `room [room]` - Leaves current room and joins specified room. You are only synchronised with others in the same room on the same server. If no room is specified then this command will use the filename of the currently open file, or alternatively will join the room `default`. * `[s][+-][time]` - Seek (jump) to specified time. Optional `+` or `-` denotes relative time forward and backward respectively. Time can be given in seconds or min:sec format. +* * `h` - Displays list of commands and other information. ### Command-line switches