venti: fix usage to match manuals

R=rsc
CC=plan9port.codebot
http://codereview.appspot.com/4576041
This commit is contained in:
David du Colombier 2011-06-07 14:52:25 -04:00 committed by Russ Cox
parent f7cca88267
commit 9ee007320d
7 changed files with 8 additions and 8 deletions

View file

@ -24,7 +24,7 @@ struct ZClump
void
usage(void)
{
fprint(2, "usage: wrarena [-h host] arenafile [offset]\n");
fprint(2, "usage: wrarena [-o fileoffset] [-h host] arenafile [clumpoffset]\n");
threadexitsall("usage");
}