summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2013-07-19 23:42:29 +0200
committerPhilipp Hagemeister <phihag@phihag.de>2013-07-19 23:42:29 +0200
commitbe925dc64c92fefddbc0ed307ed3b83042c116ad (patch)
tree5cf043fd4bce270b20c7bb11507afe70dda4f937
parentde7a91bfe3f761940bf7697653c505dbc229ce6b (diff)
downloadyoutube-dl-be925dc64c92fefddbc0ed307ed3b83042c116ad.tar.gz
youtube-dl-be925dc64c92fefddbc0ed307ed3b83042c116ad.tar.xz
youtube-dl-be925dc64c92fefddbc0ed307ed3b83042c116ad.zip
release 2013.07.19 2013.07.19
-rw-r--r--README.md4
-rw-r--r--youtube_dl/version.py2
2 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index b246d3c53..560bcdca1 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,9 @@ which means you can modify it, redistribute it or use it however you like.
 # OPTIONS
     -h, --help                 print this help text and exit
     --version                  print program version and exit
-    -U, --update               update this program to latest version
+    -U, --update               update this program to latest version. Make sure
+                               that you have sufficient permissions (run with
+                               sudo if needed)
     -i, --ignore-errors        continue on download errors
     --dump-user-agent          display the current browser identification
     --user-agent UA            specify a custom user agent
diff --git a/youtube_dl/version.py b/youtube_dl/version.py
index 59acd9726..32eb27dad 100644
--- a/youtube_dl/version.py
+++ b/youtube_dl/version.py
@@ -1,2 +1,2 @@
 
-__version__ = '2013.07.18'
+__version__ = '2013.07.19'