summaryrefslogtreecommitdiffstats
path: root/Lib/distutils
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2002-11-04 13:33:07 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2002-11-04 13:33:07 (GMT)
commitb6c316f134a3d78fc27e19345ba67608345f0416 (patch)
tree53a72eefb69f59bfa77398314c9c003efb5c9a1a /Lib/distutils
parent1da9c57c740544fa0d2bc93949aa577b6184c8d2 (diff)
downloadcpython-b6c316f134a3d78fc27e19345ba67608345f0416.zip
cpython-b6c316f134a3d78fc27e19345ba67608345f0416.tar.gz
cpython-b6c316f134a3d78fc27e19345ba67608345f0416.tar.bz2
[Bug #570655] Fix misleading option text
Diffstat (limited to 'Lib/distutils')
-rw-r--r--Lib/distutils/command/bdist_rpm.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/distutils/command/bdist_rpm.py b/Lib/distutils/command/bdist_rpm.py
index 86a4094..597b26c 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,