about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2018-07-04 04:59:21 +0700
committerSergey M․ <dstftw@gmail.com>2018-07-04 04:59:21 +0700
commit689af4960e16c63c1f26933095d2f8c8b76f119f (patch)
tree219c9163b0fa88d4a06bd1e7571454b6983ca9b8 /README.md
parentd5de0f21b97bb26c8c558e33b40202a6e02f7b05 (diff)
downloadyoutube-dl-689af4960e16c63c1f26933095d2f8c8b76f119f.tar.gz
youtube-dl-689af4960e16c63c1f26933095d2f8c8b76f119f.tar.xz
youtube-dl-689af4960e16c63c1f26933095d2f8c8b76f119f.zip
release 2018.07.04 2018.07.04
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 499a0c206..09e62899a 100644
--- a/README.md
+++ b/README.md
@@ -427,9 +427,9 @@ Alternatively, refer to the [developer instructions](#developer-instructions) fo
                                      default; fix file if we can, warn
                                      otherwise)
     --prefer-avconv                  Prefer avconv over ffmpeg for running the
-                                     postprocessors (default)
-    --prefer-ffmpeg                  Prefer ffmpeg over avconv for running the
                                      postprocessors
+    --prefer-ffmpeg                  Prefer ffmpeg over avconv for running the
+                                     postprocessors (default)
     --ffmpeg-location PATH           Location of the ffmpeg/avconv binary;
                                      either the path to the binary or its
                                      containing directory.