diff --git a/yt_dlp/options.py b/yt_dlp/options.py index b3e11dd3aa..b4d3d4d668 100644 --- a/yt_dlp/options.py +++ b/yt_dlp/options.py @@ -473,7 +473,7 @@ def create_parser(): general.add_option( '--live-from-start', action='store_true', dest='live_from_start', - help='Download livestreams from the start. Currently only supported for YouTube (experimental) and Twitch') + help='Download livestreams from the start. Currently experimental and only supported for YouTube and Twitch') general.add_option( '--no-live-from-start', action='store_false', dest='live_from_start',