summary refs log tree commit diff
diff options
context:
space:
mode:
authorRicardo Garcia <sarbalap+freshmeat@gmail.com>2009-02-04 21:39:55 +0100
committerRicardo Garcia <sarbalap+freshmeat@gmail.com>2010-10-31 11:23:48 +0100
commit111ae3695c4c4c080a9cd15c60c6eea854bb711e (patch)
treeea8ba268ba36454906e96b9b496ea069f5c60a35
parent0beeff4b3e208d15869823df65f50be43c282403 (diff)
downloadyoutube-dl-111ae3695c4c4c080a9cd15c60c6eea854bb711e.tar.gz
youtube-dl-111ae3695c4c4c080a9cd15c60c6eea854bb711e.tar.xz
youtube-dl-111ae3695c4c4c080a9cd15c60c6eea854bb711e.zip
Document new -w option
-rw-r--r--index.html.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/index.html.in b/index.html.in
index ddcebcdf5..c503df7df 100644
--- a/index.html.in
+++ b/index.html.in
@@ -141,6 +141,9 @@ to attempt to download every video with the -i or --ignore-errors option.</li>
 <li>The -a or --batch-file option lets you specify a file to read URLs from.
 The file must contain one URL per line.</li>
 
+<li>The program can be told not to overwrite existing files using the -w or
+--no-overwrites option.</li>
+
 <li>For YouTube, you can also use the URL of a playlist, and it will download
 all the videos in that playlist.</li>