URI: 
       tfix usage - plan9port - [fork] Plan 9 from user space
  HTML git clone git://src.adamsgaard.dk/plan9port
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit ac1747b052769ecbd06606af3db3bc20e3ac25ac
   DIR parent c7b428f2eb1ffc2033f629215b7bb7714d7b5271
  HTML Author: rsc <devnull@localhost>
       Date:   Mon, 18 Jul 2005 22:51:05 +0000
       
       fix usage
       
       Diffstat:
         M src/cmd/venti/srv/venti.c           |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/src/cmd/venti/srv/venti.c b/src/cmd/venti/srv/venti.c
       t@@ -18,7 +18,7 @@ static void        ventiserver(void*);
        void
        usage(void)
        {
       -        fprint(2, "usage: venti [-dw] [-a ventiaddress] [-h httpaddress] [-c config] [-C cachesize] [-I icachesize] [-B blockcachesize]\n");
       +        fprint(2, "usage: venti [-dsw] [-a ventiaddress] [-h httpaddress] [-c config] [-C cachesize] [-I icachesize] [-B blockcachesize]\n");
                threadexitsall("usage");
        }
        void