From f40fab7688ece5c3c710370c7cebd783b8ad15df Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Thu, 25 Jul 2013 18:16:17 +0200 Subject: [PATCH] fix doc --- scripts/piplayer | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/piplayer b/scripts/piplayer index 247d3fd..fdb1c78 100755 --- a/scripts/piplayer +++ b/scripts/piplayer @@ -28,8 +28,8 @@ from piplayer.player import PiPlayer if __name__ == '__main__': if len(sys.argv) <= 1: print """ piplayer : a gstreamer based media sample player for the Raspberry Pi trigerred by GPIO or OSC callbacks - usage : sudo python piplayer.py DIR - example : sudo python piplayer.py /path/to/dir/ + usage : sudo piplayer DIR + example : sudo piplayer /path/to/dir/ OSC : port : 12345 play address : /play/1 -- 2.39.5