mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
fix usage
This commit is contained in:
parent
c7b428f2eb
commit
ac1747b052
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue