diff options
author | PJ Eby <distutils-sig@python.org> | 2005-07-08 05:11:20 +0000 |
---|---|---|
committer | PJ Eby <distutils-sig@python.org> | 2005-07-08 05:11:20 +0000 |
commit | 5eec64a05733986216d87dbdc52c78615ac3cda3 (patch) | |
tree | 2a5417b2de1dfcc089ff03f5a9f5f236fa035ba6 /setuptools/command/rotate.py | |
parent | 6050f5361738831a12debd373b9016a077e930df (diff) | |
download | external_python_setuptools-5eec64a05733986216d87dbdc52c78615ac3cda3.tar.gz external_python_setuptools-5eec64a05733986216d87dbdc52c78615ac3cda3.tar.bz2 external_python_setuptools-5eec64a05733986216d87dbdc52c78615ac3cda3.zip |
Fix a couple of command descriptions.
--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041095
Diffstat (limited to 'setuptools/command/rotate.py')
-rwxr-xr-x | setuptools/command/rotate.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/command/rotate.py b/setuptools/command/rotate.py index f7330436..11b6eae8 100755 --- a/setuptools/command/rotate.py +++ b/setuptools/command/rotate.py @@ -7,7 +7,7 @@ from distutils.errors import * class rotate(Command): """Delete older distributions""" - description = "Delete older distributions, keeping N newest files" + description = "delete older distributions, keeping N newest files" user_options = [ ('match=', 'm', "patterns to match (required)"), ('dist-dir=', 'd', "directory where the distributions are"), |