fix usage

This commit is contained in:
rsc 2005-07-18 22:51:05 +00:00
parent c7b428f2eb
commit ac1747b052

View file

@ -18,7 +18,7 @@ static void ventiserver(void*);
void void
usage(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"); threadexitsall("usage");
} }
void void