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 b81e14966..cb807740d 100644 --- a/yt_dlp/options.py +++ b/yt_dlp/options.py @@ -336,7 +336,7 @@ def create_parser(): action='store', dest='update_self', metavar='[CHANNEL]@[TAG]', help=( 'Upgrade/downgrade to a specific version. CHANNEL and TAG defaults to ' - f'"{CHANNEL}" and "latest" respectively if ommited; See "UPDATE" for details. ' + f'"{CHANNEL}" and "latest" respectively if omitted; See "UPDATE" for details. ' f'Supported channels: {", ".join(UPDATE_SOURCES)}')) general.add_option( '-i', '--ignore-errors', |