[Checkins] SVN: zc.buildout/branches/gotcha-annotate/src/zc/buildout/buildout.py fix help

Godefroid Chapelle gotcha at bubblenet.be
Sat Mar 28 21:25:02 EDT 2009


Log message for revision 98440:
  fix help
  
  Merge branch 'master' into local/gotcha-annotate

Changed:
  U   zc.buildout/branches/gotcha-annotate/src/zc/buildout/buildout.py

-=-
Modified: zc.buildout/branches/gotcha-annotate/src/zc/buildout/buildout.py
===================================================================
--- zc.buildout/branches/gotcha-annotate/src/zc/buildout/buildout.py	2009-03-29 01:16:15 UTC (rev 98439)
+++ zc.buildout/branches/gotcha-annotate/src/zc/buildout/buildout.py	2009-03-29 01:25:01 UTC (rev 98440)
@@ -1426,8 +1426,10 @@
 
   -A
 
-    Display annotated sections. Each key-value pair is displayed along
-    with its value origin.
+    Display annotated sections. All sections are displayed, sorted
+    alphabetically. For each section, all key-value pairs are displayed,
+    sorted alphabetically, along with the origin of the value (file name or
+    COMPUTED_VALUE, DEFAULT_VALUE, COMMAND_LINE_VALUE).
 
 Assignments are of the form: section:option=value and are used to
 provide configuration options that override those given in the



More information about the Checkins mailing list