From: Andrew M. Kuchling Date: Mon, 4 Nov 2002 13:33:07 +0000 (+0000) Subject: [Bug #570655] Fix misleading option text X-Git-Tag: v2.3c1~3602 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b6c316f134a3d78fc27e19345ba67608345f0416;p=thirdparty%2FPython%2Fcpython.git [Bug #570655] Fix misleading option text --- diff --git a/Lib/distutils/command/bdist_rpm.py b/Lib/distutils/command/bdist_rpm.py index 86a40947b4c8..597b26c6add9 100644 --- a/Lib/distutils/command/bdist_rpm.py +++ b/Lib/distutils/command/bdist_rpm.py @@ -68,7 +68,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,