From ec3b3e675d8d4ae672893afaaf9edd13c7dfffd5 Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Mon, 4 Nov 2002 13:33:47 +0000 Subject: [PATCH] Backport to 2.2: [Bug #570655] Fix misleading option text --- Lib/distutils/command/bdist_rpm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.47.3