Clarify -i help (#1453)
authorPhilipp Hagemeister <phihag@phihag.de>
Wed, 18 Sep 2013 11:23:04 +0000 (13:23 +0200)
committerPhilipp Hagemeister <phihag@phihag.de>
Wed, 18 Sep 2013 11:23:04 +0000 (13:23 +0200)
youtube_dl/__init__.py

index 9efd7c3f74faef6558ccfccb65f171eda4fb014b..e8299130cc3cc8d204f3be3a87b356a1cc7d6fa8 100644 (file)
@@ -149,7 +149,7 @@ def parseOpts(overrideArguments=None):
     general.add_option('-U', '--update',
             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)
+            action='store_true', dest='ignoreerrors', help='continue on download errors, for example to to skip unavailable videos in a playlist', default=False)
     general.add_option('--dump-user-agent',
             action='store_true', dest='dump_user_agent',
             help='display the current browser identification', default=False)