From c9190c45c3c06fabdc88950bf14a2d0ea67a1065 Mon Sep 17 00:00:00 2001 From: daniel-123 Date: Fri, 19 Oct 2012 08:52:45 +0200 Subject: [PATCH] Updated "seek" in syncplay commands section --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 026d671..6c8340d 100644 --- a/README.md +++ b/README.md @@ -103,8 +103,7 @@ Within the Syncplay command-line you can enter the following commands (and then * `help` - Displays list of commands and other information. * `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. Can be `seconds`, `minutes:seconds` or `hours:minutes:seconds`. -* `s+ [time]` - Jumps [time] forward. Can be `seconds`, `minutes:seconds` or `hours:minutes:seconds`. +* `[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. * `r` - Revert last seek. Seeks to where you were before the most recent seek. * `p` - Toggle play/pause.