aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-07-18 22:51:05 +0000
committerrsc <devnull@localhost>2005-07-18 22:51:05 +0000
commitac1747b052769ecbd06606af3db3bc20e3ac25ac (patch)
treeeb8539d99c71ec927fda1d4e0116b06f320a3443
parentc7b428f2eb1ffc2033f629215b7bb7714d7b5271 (diff)
downloadplan9port-ac1747b052769ecbd06606af3db3bc20e3ac25ac.tar.gz
plan9port-ac1747b052769ecbd06606af3db3bc20e3ac25ac.tar.bz2
plan9port-ac1747b052769ecbd06606af3db3bc20e3ac25ac.zip
fix usage
-rw-r--r--src/cmd/venti/srv/venti.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/venti/srv/venti.c b/src/cmd/venti/srv/venti.c
index 91ded95c..84abddd7 100644
--- a/src/cmd/venti/srv/venti.c
+++ b/src/cmd/venti/srv/venti.c
@@ -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