aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/command/alias.py
diff options
context:
space:
mode:
Diffstat (limited to 'setuptools/command/alias.py')
-rwxr-xr-xsetuptools/command/alias.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setuptools/command/alias.py b/setuptools/command/alias.py
index 42d6b2fc..76daae7f 100755
--- a/setuptools/command/alias.py
+++ b/setuptools/command/alias.py
@@ -6,9 +6,9 @@ from distutils.errors import *
from setuptools.command.setopt import edit_config, option_base
class alias(option_base):
- """Abstract base class for commands that mess with config files"""
+ """Define a shortcut that invokes one or more commands"""
- description = "set an option in setup.cfg or another config file"
+ description = "define a shortcut to invoke one or more commands"
user_options = [
('alias=', 'a', 'the name of the new pseudo-command'),