mirror of https://github.com/python/cpython
Fix typo in option name
This commit is contained in:
parent
ca6525afba
commit
e861598dcb
|
@ -73,7 +73,7 @@ class sdist(Command):
|
||||||
('dist-dir=', 'd',
|
('dist-dir=', 'd',
|
||||||
"directory to put the source distribution archive(s) in "
|
"directory to put the source distribution archive(s) in "
|
||||||
"[default: dist]"),
|
"[default: dist]"),
|
||||||
('medata-check', None,
|
('metadata-check', None,
|
||||||
"Ensure that all required elements of meta-data "
|
"Ensure that all required elements of meta-data "
|
||||||
"are supplied. Warn if any missing. [default]"),
|
"are supplied. Warn if any missing. [default]"),
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue