summaryrefslogtreecommitdiffstats
path: root/DOCS/tech
diff options
context:
space:
mode:
authorcompn <compn@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-10-25 13:13:17 +0000
committercompn <compn@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-10-25 13:13:17 +0000
commitb4596d1ad80896f776698fa57e9981f2c433bb1b (patch)
tree706080f44a432a1eeb76eb1f584f07bdd8af405a /DOCS/tech
parent15a80092161a1cd305f8005c780c744416a5252b (diff)
downloadmpv-b4596d1ad80896f776698fa57e9981f2c433bb1b.tar.bz2
mpv-b4596d1ad80896f776698fa57e9981f2c433bb1b.tar.xz
minor fix in example command line for users
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27825 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/tech')
-rw-r--r--DOCS/tech/slave.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/tech/slave.txt b/DOCS/tech/slave.txt
index fe68dccda9..2ad276defd 100644
--- a/DOCS/tech/slave.txt
+++ b/DOCS/tech/slave.txt
@@ -14,7 +14,7 @@ and type slave commands into the console window.
You can also use a fifo file (named pipe):
mkfifo </tmp/fifofile>
- mplayer -input file=<fifofile> <movie>
+ mplayer -slave -input file=</tmp/fifofile> <movie>
Most slave mode commands are equivalent to command line options, though not
necessarily under the same name. Detailed descriptions can be found in the