include bash completion and manpage in PyPi dist
[youtube-dl] / README.md
index f637e0b1b99199600d6b2b04472bc9f6f9063406..7c09d0c0d426221c7b6768219dae21bba3238e34 100644 (file)
--- a/README.md
+++ b/README.md
@@ -38,8 +38,10 @@ which means you can modify it, redistribute it or use it however you like.
     --reject-title REGEX     skip download for matching titles (regex or
                              caseless sub-string)
     --max-downloads NUMBER   Abort after downloading NUMBER files
-    --min-filesize SIZE      Do not download any videos smaller than SIZE (e.g. 50k or 44.6m)
-    --max-filesize SIZE      Do not download any videos larger than SIZE (e.g. 50k or 44.6m)
+    --min-filesize SIZE      Do not download any videos smaller than SIZE (e.g.
+                             50k or 44.6m)
+    --max-filesize SIZE      Do not download any videos larger than SIZE (e.g.
+                             50k or 44.6m)
 
 ## Filesystem Options:
     -t, --title              use title in file name
@@ -83,6 +85,7 @@ which means you can modify it, redistribute it or use it however you like.
     --get-description        simulate, quiet but print video description
     --get-filename           simulate, quiet but print output filename
     --get-format             simulate, quiet but print output format
+    --newline                output progress bar as new lines
     --no-progress            do not print progress bar
     --console-title          display progress in console titlebar
     -v, --verbose            print various debugging information