diff options
Diffstat (limited to 'yt_dlp/options.py')
-rw-r--r-- | yt_dlp/options.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/options.py b/yt_dlp/options.py index c03f69319..944147871 100644 --- a/yt_dlp/options.py +++ b/yt_dlp/options.py @@ -236,7 +236,7 @@ def create_parser(): 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)') + help='Update this program to latest version') general.add_option( '-i', '--ignore-errors', action='store_true', dest='ignoreerrors', |