]> granicus.if.org Git - python/commitdiff
Supply short form for --manifest-only (-o) and --force-manifest (-f)
authorGreg Ward <gward@python.net>
Wed, 26 Apr 2000 01:14:33 +0000 (01:14 +0000)
committerGreg Ward <gward@python.net>
Wed, 26 Apr 2000 01:14:33 +0000 (01:14 +0000)
options.

Lib/distutils/command/sdist.py

index 67917188deb9081af8181ad6da79e2e0572c578d..f644e9fbfb1f1d06a74533e49656428c72b59d0f 100644 (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)"),