aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/command/rotate.py
diff options
context:
space:
mode:
Diffstat (limited to 'setuptools/command/rotate.py')
-rwxr-xr-xsetuptools/command/rotate.py2
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"),