aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVG <vg@devys.org>2016-04-26 10:57:53 +0200
committerVG <vg@devys.org>2016-04-26 10:57:53 +0200
commitbc5ae824bdbcfc235c2acf006e612fec3bb897f7 (patch)
tree99e724d6a1db6f70ca734493d92adb88b6c549da
parenteb0e9f37b04f2a01ffc8956df10bfccaa03d8689 (diff)
downloadteaqueue-bc5ae824bdbcfc235c2acf006e612fec3bb897f7.tar.gz
teaqueue-bc5ae824bdbcfc235c2acf006e612fec3bb897f7.tar.bz2
teaqueue-bc5ae824bdbcfc235c2acf006e612fec3bb897f7.zip
remove bad argument in a readme's example
-rw-r--r--readme.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.rst b/readme.rst
index 5ff3b2a..b37bc21 100644
--- a/readme.rst
+++ b/readme.rst
@@ -69,7 +69,7 @@ Or reorder some items::
Then run again `teaqueue-server`, clients will continue to ask new items from
the queue::
- teaqueue-server transcode_my_file.sh
+ teaqueue-server
`transcode_my_file.sh` is a called a worker and is a simple script which calls
`ffmpeg` or another program to convert your files. You can find examples of