From e46654c3e06769053da99fbad204449723d439c8 Mon Sep 17 00:00:00 2001 From: Ken Manheimer <ken.manheimer@gmail.com> Date: Tue, 4 Jan 2000 18:56:02 +0000 Subject: [PATCH] Fix type - '-u' is how you specify the user, not '-w'. --- ZServer/README.txt | 2 +- lib/python/ZServer/README.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ZServer/README.txt b/ZServer/README.txt index 2615c18ff..193dda7ea 100644 --- a/ZServer/README.txt +++ b/ZServer/README.txt @@ -200,7 +200,7 @@ Running ZServer as nobody Normally ZServer will run with the userid of the user who starts it. However, if ZServer is started by root, it will attempt to - become nobody or any userid you specify with the -w argument to the + become nobody or any userid you specify with the -u argument to the z2.py start script. ZServer is similar to ZopeHTTPServer in these respects. diff --git a/lib/python/ZServer/README.txt b/lib/python/ZServer/README.txt index 2615c18ff..193dda7ea 100644 --- a/lib/python/ZServer/README.txt +++ b/lib/python/ZServer/README.txt @@ -200,7 +200,7 @@ Running ZServer as nobody Normally ZServer will run with the userid of the user who starts it. However, if ZServer is started by root, it will attempt to - become nobody or any userid you specify with the -w argument to the + become nobody or any userid you specify with the -u argument to the z2.py start script. ZServer is similar to ZopeHTTPServer in these respects. -- 2.30.9