From: Andrew M. Kuchling Date: Mon, 4 Nov 2002 13:33:47 +0000 (+0000) Subject: Backport to 2.2: [Bug #570655] Fix misleading option text X-Git-Tag: v2.2.3c1~255 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ec3b3e675d8d4ae672893afaaf9edd13c7dfffd5;p=thirdparty%2FPython%2Fcpython.git Backport to 2.2: [Bug #570655] Fix misleading option text --- diff --git a/Lib/distutils/command/bdist_rpm.py b/Lib/distutils/command/bdist_rpm.py index 5e5fd61865ef..bd72768d956c 100644 --- a/Lib/distutils/command/bdist_rpm.py +++ b/Lib/distutils/command/bdist_rpm.py @@ -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,