Hint that --update may need sudo
authorPhilipp Hagemeister <phihag@phihag.de>
Thu, 18 Jul 2013 10:53:24 +0000 (12:53 +0200)
committerPhilipp Hagemeister <phihag@phihag.de>
Thu, 18 Jul 2013 10:53:24 +0000 (12:53 +0200)
youtube_dl/__init__.py

index 31427f7c52fa56db4213fd6906b7e60d4c9345aa..eb23c53a570fa84eabd64ec7f83a2fc045a8727c 100644 (file)
@@ -129,7 +129,7 @@ def parseOpts(overrideArguments=None):
     general.add_option('-v', '--version',
             action='version', help='print program version and exit')
     general.add_option('-U', '--update',
-            action='store_true', dest='update_self', help='update this program to latest version')
+            action='store_true', dest='update_self', help='update this program to latest version. Make sure that you have sufficient permissions (run with sudo if needed)')
     general.add_option('-i', '--ignore-errors',
             action='store_true', dest='ignoreerrors', help='continue on download errors', default=False)
     general.add_option('--dump-user-agent',