diff --git a/trunk/src/ZEO/README b/trunk/src/ZEO/README index 2af694e0fec1e5bb006b02a53f55f219386350bf..5b3e4ecd34c05caca372f7c14dc7a8d57b591f43 100644 --- a/trunk/src/ZEO/README +++ b/trunk/src/ZEO/README @@ -140,9 +140,9 @@ Zope Enterprize Objects, ZEO 0.2 I simply need to include three -S options:: python lib/python/ZEO/start.py -U /xxx/var/zeo.sock \ - -S system=/stores/oracle:system \ - -S scott=/stores/oracle:scott \ - -S 1=/stores/fs:Storage + -Ssystem=/stores/oracle:system \ + -Sscott=/stores/oracle:scott \ + -S1=/stores/fs:Storage In this case, we made the storage and attribute name the same. To connect to the 'system' or 'scott' storage, we