diff options
Diffstat (limited to 'yt_dlp/options.py')
-rw-r--r-- | yt_dlp/options.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/yt_dlp/options.py b/yt_dlp/options.py index 646ccebcd..9f6b45ec6 100644 --- a/yt_dlp/options.py +++ b/yt_dlp/options.py @@ -240,10 +240,6 @@ def create_parser(): 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. Make sure that you have sufficient permissions (run with sudo if needed)') - general.add_option( '-i', '--ignore-errors', action='store_true', dest='ignoreerrors', help='Ignore download and postprocessing errors. The download will be considered successful even if the postprocessing fails') |