diff options
author | compn <compn@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-10-25 13:13:17 +0000 |
---|---|---|
committer | compn <compn@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-10-25 13:13:17 +0000 |
commit | b4596d1ad80896f776698fa57e9981f2c433bb1b (patch) | |
tree | 706080f44a432a1eeb76eb1f584f07bdd8af405a | |
parent | 15a80092161a1cd305f8005c780c744416a5252b (diff) |
minor fix in example command line for users
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27825 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | DOCS/tech/slave.txt | 2 |
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 |