diff options
author | VG <vg@devys.org> | 2016-04-26 10:57:53 +0200 |
---|---|---|
committer | VG <vg@devys.org> | 2016-04-26 10:57:53 +0200 |
commit | bc5ae824bdbcfc235c2acf006e612fec3bb897f7 (patch) | |
tree | 99e724d6a1db6f70ca734493d92adb88b6c549da | |
parent | eb0e9f37b04f2a01ffc8956df10bfccaa03d8689 (diff) | |
download | teaqueue-bc5ae824bdbcfc235c2acf006e612fec3bb897f7.tar.gz teaqueue-bc5ae824bdbcfc235c2acf006e612fec3bb897f7.tar.bz2 teaqueue-bc5ae824bdbcfc235c2acf006e612fec3bb897f7.zip |
remove bad argument in a readme's example
-rw-r--r-- | readme.rst | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |