venti: fix usage to match manuals
R=rsc CC=plan9port.codebot http://codereview.appspot.com/4576041
This commit is contained in:
parent
f7cca88267
commit
9ee007320d
7 changed files with 8 additions and 8 deletions
|
|
@ -18,8 +18,8 @@ static void ventiserver(void*);
|
|||
void
|
||||
usage(void)
|
||||
{
|
||||
fprint(2, "usage: venti [-Ldrsw] [-a ventiaddr] [-c config] "
|
||||
"[-h httpaddr] [-B blockcachesize] [-C cachesize] [-I icachesize] [-W webroot]\n");
|
||||
fprint(2, "usage: venti [-Ldrs] [-a address] [-B blockcachesize] [-c config] "
|
||||
"[-C lumpcachesize] [-h httpaddress] [-I indexcachesize] [-W webroot]\n");
|
||||
threadexitsall("usage");
|
||||
}
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue