diff options
author | pukkandan <pukkandan.ytdlp@gmail.com> | 2023-03-03 22:40:16 +0530 |
---|---|---|
committer | pukkandan <pukkandan.ytdlp@gmail.com> | 2023-03-03 23:23:33 +0530 |
commit | 4815bbfc41cf641e4a0650289dbff968cb3bde76 (patch) | |
tree | 607c645f414599d68df417624bfdb23690c27f0a /yt_dlp/options.py | |
parent | 776d1c3f0c9b00399896dd2e40e78e9a43218109 (diff) |
[cleanup] Misc
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', |