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

Godefroid Chapelle gotcha at bubblenet.be
Sun Mar 29 17:30:34 EDT 2009


Log message for revision 98588:
  fix help

Changed:
  U   zc.buildout/branches/help-api/src/zc/buildout/buildout.py

-=-
Modified: zc.buildout/branches/help-api/src/zc/buildout/buildout.py
===================================================================
--- zc.buildout/branches/help-api/src/zc/buildout/buildout.py	2009-03-29 21:30:27 UTC (rev 98587)
+++ zc.buildout/branches/help-api/src/zc/buildout/buildout.py	2009-03-29 21:30:34 UTC (rev 98588)
@@ -1513,8 +1513,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