[Checkins] SVN: zc.buildout/trunk/src/zc/buildout/buildout.py Fixed typos in the usage message.

Albertas Agejevas alga at pov.lt
Mon Oct 2 17:22:12 EDT 2006


Log message for revision 70503:
  Fixed typos in the usage message.
  

Changed:
  U   zc.buildout/trunk/src/zc/buildout/buildout.py

-=-
Modified: zc.buildout/trunk/src/zc/buildout/buildout.py
===================================================================
--- zc.buildout/trunk/src/zc/buildout/buildout.py	2006-10-02 20:00:42 UTC (rev 70502)
+++ zc.buildout/trunk/src/zc/buildout/buildout.py	2006-10-02 21:22:11 UTC (rev 70503)
@@ -795,22 +795,22 @@
 
   -q
 
-     Deccreaae the level of verbosity.  This option can be used multiple times.
+     Decrease the level of verbosity.  This option can be used multiple times.
 
   -c config_file
 
      Specify the path to the buildout configuration file to be used.
-     This defaults to the file named"buildout.cfg" in the current
-     working directory. 
+     This defaults to the file named "buildout.cfg" in the current
+     working directory.
 
 Assignments are of the form: section:option=value and are used to
-provide configuration options that override those givem in the
+provide configuration options that override those given in the
 configuration file.  For example, to run the buildout in offline mode,
 use buildout:offline=true.
 
 Options and assignments can be interspersed.
 
-Commmonds:
+Commands:
 
   install [parts]
 



More information about the Checkins mailing list