[Erp5-report] r14710 - /erp5/trunk/utils/oood/runserw.py

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Jun 6 11:56:21 CEST 2007


Author: jacek
Date: Wed Jun  6 11:56:21 2007
New Revision: 14710

URL: http://svn.erp5.org?rev=14710&view=rev
Log:
usage() extended to include info about new parameters

Modified:
    erp5/trunk/utils/oood/runserw.py

Modified: erp5/trunk/utils/oood/runserw.py
URL: http://svn.erp5.org/erp5/trunk/utils/oood/runserw.py?rev=14710&r1=14709&r2=14710&view=diff
==============================================================================
--- erp5/trunk/utils/oood/runserw.py (original)
+++ erp5/trunk/utils/oood/runserw.py Wed Jun  6 11:56:21 2007
@@ -4,6 +4,7 @@
 # Copyright (c) 2002, 2006 Nexedi SARL and Contributors. All Rights Reserved.
 #                    Bartlomiej Gorny <bartek at erp5.pl>
 #                    Kevin Deldycke <kevin at nexedi.com>
+#                    Jacek Medrzycki <jacek at erp5.pl>
 #
 # WARNING: This program as such is intended to be used by professional
 # programmers who take the whole responsability of assessing all potential
@@ -59,6 +60,14 @@
       Start the server.
   --stop
       Stop the server.
+  --offset=n
+      With --start specifies the port offset (negative numers are allowed)
+      for the server to be started at
+  --multiserv=range
+      Starts a range of servers, each with different 
+      port offset. Range can be:
+      m:n where m is start port and m is end port offset, or
+      k which means range 0..k-1
   --status, --stat
       Show server statistics and status.
   -d, --debug




More information about the Erp5-report mailing list