]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Backport to 2.2: [Bug #570655] Fix misleading option text
authorAndrew M. Kuchling <amk@amk.ca>
Mon, 4 Nov 2002 13:33:47 +0000 (13:33 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Mon, 4 Nov 2002 13:33:47 +0000 (13:33 +0000)
Lib/distutils/command/bdist_rpm.py

index 5e5fd61865ef7ab35b749763b52cff4902d1cffc..bd72768d956cb42ebb21175b2397e2042088d31d 100644 (file)
@@ -66,7 +66,7 @@ class bdist_rpm (Command):
         ('doc-files=', None,
          "list of documentation files (space or comma-separated)"),
         ('changelog=', None,
-         "path to RPM changelog"),
+         "RPM changelog"),
         ('icon=', None,
          "name of icon file"),
         ('provides=', None,