Supply short form for --manifest-only (-o) and --force-manifest (-f)

options.
This commit is contained in:
Greg Ward 2000-04-26 01:14:33 +00:00
parent 1b8e1d4c0d
commit 839d532e50
1 changed files with 2 additions and 2 deletions

View File

@ -30,9 +30,9 @@ class sdist (Command):
('use-defaults', None,
"include the default file set in the manifest "
"[default; disable with --no-defaults]"),
('manifest-only', None,
('manifest-only', 'o',
"just regenerate the manifest and then stop"),
('force-manifest', None,
('force-manifest', 'f',
"forcibly regenerate the manifest and carry on as usual"),
('formats=', None,
"formats for source distribution (tar, ztar, gztar, bztar, or zip)"),