From 9ee007320d55fc81d6d32019db13ed231464ad88 Mon Sep 17 00:00:00 2001 From: David du Colombier <0intro@gmail.com> Date: Tue, 7 Jun 2011 14:52:25 -0400 Subject: venti: fix usage to match manuals R=rsc CC=plan9port.codebot http://codereview.appspot.com/4576041 --- src/cmd/venti/srv/venti.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/cmd/venti/srv/venti.c') 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 -- cgit v1.2.3