diff options
author | David Haberthür <email@davidhaberthuer.ch> | 2016-12-12 12:13:34 +0100 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2016-12-31 22:29:35 +0700 |
commit | 3540fe262f6131b220d3af7ee8017e8407e44319 (patch) | |
tree | 754eb5585f25168206d65b6c41a551c8c346f36e /youtube_dl/options.py | |
parent | e186a9ec0394400a6996f98d197d0d14937a60c9 (diff) |
[README.md] Fix spelling and harmonize line length
Diffstat (limited to 'youtube_dl/options.py')
-rw-r--r-- | youtube_dl/options.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/youtube_dl/options.py b/youtube_dl/options.py index 53497fbc6..4144454e5 100644 --- a/youtube_dl/options.py +++ b/youtube_dl/options.py @@ -341,7 +341,7 @@ def parseOpts(overrideArguments=None): authentication.add_option( '-2', '--twofactor', dest='twofactor', metavar='TWOFACTOR', - help='Two-factor auth code') + help='Two-factor authentication code') authentication.add_option( '-n', '--netrc', action='store_true', dest='usenetrc', default=False, @@ -469,7 +469,7 @@ def parseOpts(overrideArguments=None): downloader.add_option( '--xattr-set-filesize', dest='xattr_set_filesize', action='store_true', - help='Set file xattribute ytdl.filesize with expected filesize (experimental)') + help='Set file xattribute ytdl.filesize with expected file size (experimental)') downloader.add_option( '--hls-prefer-native', dest='hls_prefer_native', action='store_true', default=None, |