cwctl.py
branchstable
changeset 3619 af81a4f7053e
parent 3562 cff18f0d7c73
child 3629 559cad62c786
child 3638 648d6dbec630
--- a/cwctl.py	Thu Oct 08 11:44:06 2009 +0200
+++ b/cwctl.py	Thu Oct 08 11:46:33 2009 +0200
@@ -70,7 +70,10 @@
     def ordered_instances(self):
         """return instances in the order in which they should be started,
         considering $REGISTRY_DIR/startorder file if it exists (useful when
-        some instances depends on another as external source
+        some instances depends on another as external source).
+
+        Instance used by another one should appears first in the file (one
+        instance per line)
         """
         regdir = cwcfg.registry_dir()
         _allinstances = list_instances(regdir)