diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2002-11-04 13:33:07 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2002-11-04 13:33:07 (GMT) |
commit | b6c316f134a3d78fc27e19345ba67608345f0416 (patch) | |
tree | 53a72eefb69f59bfa77398314c9c003efb5c9a1a /Lib | |
parent | 1da9c57c740544fa0d2bc93949aa577b6184c8d2 (diff) | |
download | cpython-b6c316f134a3d78fc27e19345ba67608345f0416.zip cpython-b6c316f134a3d78fc27e19345ba67608345f0416.tar.gz cpython-b6c316f134a3d78fc27e19345ba67608345f0416.tar.bz2 |
[Bug #570655] Fix misleading option text
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/distutils/command/bdist_rpm.py | 2 |
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, |