From c1d09490bf6b6c50e0622128dc62dfd3fb6cc80f Mon Sep 17 00:00:00 2001 From: Uriziel Date: Thu, 27 Dec 2012 20:41:22 +0100 Subject: [PATCH] Little message update --- syncplay/ui/consoleUI.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syncplay/ui/consoleUI.py b/syncplay/ui/consoleUI.py index 60e9de7..e987b21 100644 --- a/syncplay/ui/consoleUI.py +++ b/syncplay/ui/consoleUI.py @@ -115,7 +115,7 @@ class ConsoleUI(threading.Thread): self.showMessage("\tl - show user list", True) self.showMessage("\tu - undo last seek", True) self.showMessage("\tp - toggle pause", True) - self.showMessage("\t[s][+-][time] - seek to the given value of time, if + or - is not specified it's absolute time in seconds or min:sec", True) + self.showMessage("\t[s][+-]time - seek to the given value of time, if + or - is not specified it's absolute time in seconds or min:sec", True) self.showMessage("\th - this help", True) self.showMessage("Syncplay version: {}".format(syncplay.version), True) self.showMessage("More info available at: {}".format(syncplay.projectURL), True)