aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/venti/srv/venti.c
diff options
context:
space:
mode:
authorDavid du Colombier <0intro@gmail.com>2011-06-07 14:52:25 -0400
committerRuss Cox <rsc@swtch.com>2011-06-07 14:52:25 -0400
commit9ee007320d55fc81d6d32019db13ed231464ad88 (patch)
tree389f2896c619dae0c73736292950a75906b3ca41 /src/cmd/venti/srv/venti.c
parentf7cca88267372c8a5a771923a19ea4f817113cf2 (diff)
downloadplan9port-9ee007320d55fc81d6d32019db13ed231464ad88.tar.gz
plan9port-9ee007320d55fc81d6d32019db13ed231464ad88.tar.bz2
plan9port-9ee007320d55fc81d6d32019db13ed231464ad88.zip
venti: fix usage to match manuals
R=rsc CC=plan9port.codebot http://codereview.appspot.com/4576041
Diffstat (limited to 'src/cmd/venti/srv/venti.c')
-rw-r--r--src/cmd/venti/srv/venti.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cmd/venti/srv/venti.c b/src/cmd/venti/srv/venti.c
index ce95c1fb..4d386ec9 100644
--- a/src/cmd/venti/srv/venti.c
+++ b/src/cmd/venti/srv/venti.c
@@ -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