aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/options.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/options.py')
-rw-r--r--yt_dlp/options.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/options.py b/yt_dlp/options.py
index 6138167e4..003892233 100644
--- a/yt_dlp/options.py
+++ b/yt_dlp/options.py
@@ -169,7 +169,7 @@ class _YoutubeDLOptionParser(optparse.OptionParser):
def __init__(self):
super().__init__(
- prog='yt-dlp' if detect_variant() == 'source' else None,
+ prog='yt-dlp',
version=__version__,
usage='%prog [OPTIONS] URL [URL...]',
epilog='See full documentation at https://github.com/yt-dlp/yt-dlp#readme',