Skip to content

Commit f40fab7

Browse files
committed
fix doc
1 parent 5760547 commit f40fab7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/piplayer

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ from piplayer.player import PiPlayer
2828
if __name__ == '__main__':
2929
if len(sys.argv) <= 1:
3030
print """ piplayer : a gstreamer based media sample player for the Raspberry Pi trigerred by GPIO or OSC callbacks
31-
usage : sudo python piplayer.py DIR
32-
example : sudo python piplayer.py /path/to/dir/
31+
usage : sudo piplayer DIR
32+
example : sudo piplayer /path/to/dir/
3333
OSC :
3434
port : 12345
3535
play address : /play/1

0 commit comments

Comments
 (0)