[Python-checkins] cpython: Make help messages in packaging.run more consistent

eric.araujo python-checkins at python.org
Mon Jun 6 17:14:08 CEST 2011


http://hg.python.org/cpython/rev/64ba54839833
changeset: 70673:64ba54839833
user: Éric Araujo <merwok at netwok.org>
date: Sat Jun 04 22:33:59 2011 +0200
summary:
 Make help messages in packaging.run more consistent
files:
 Lib/packaging/run.py | 13 ++++++-------
 1 files changed, 6 insertions(+), 7 deletions(-)
diff --git a/Lib/packaging/run.py b/Lib/packaging/run.py
--- a/Lib/packaging/run.py
+++ b/Lib/packaging/run.py
@@ -34,14 +34,14 @@
 Usage: pysetup create
 or: pysetup create --help
 
-Create a new Python package.
+Create a new Python project.
 """
 
 generate_usage = """\
 Usage: pysetup generate-setup
 or: pysetup generate-setup --help
 
-Generates a setup.py script for backward-compatibility purposes.
+Generate a setup.py script for backward-compatibility purposes.
 """
 
 
@@ -95,7 +95,7 @@
 dist installed distribution name
 
 optional arguments:
- -y auto confirm package removal
+ -y auto confirm distribution removal
 """
 
 run_usage = """\
@@ -217,7 +217,6 @@
 print('The setup.py was generated')
 
 
-
 @action_help(graph_usage)
 def _graph(dispatcher, args, **kw):
 name = args[1]
@@ -392,10 +391,10 @@
 ('install', 'Install a project', _install),
 ('remove', 'Remove a project', _remove),
 ('search', 'Search for a project in the indexes', _search),
- ('list', 'Search for local projects', _list),
+ ('list', 'List installed releases', _list),
 ('graph', 'Display a graph', _graph),
- ('create', 'Create a Project', _create),
- ('generate-setup', 'Generates a backward-comptatible setup.py', _generate)
+ ('create', 'Create a project', _create),
+ ('generate-setup', 'Generate a backward-comptatible setup.py', _generate),
 ]
 
 
-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /