aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/venti/srv/buildindex.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/buildindex.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/buildindex.c')
-rw-r--r--src/cmd/venti/srv/buildindex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/venti/srv/buildindex.c b/src/cmd/venti/srv/buildindex.c
index 08f0901a..95fb74b7 100644
--- a/src/cmd/venti/srv/buildindex.c
+++ b/src/cmd/venti/srv/buildindex.c
@@ -50,7 +50,7 @@ static void arenapartproc(void*);
void
usage(void)
{
- fprint(2, "usage: buildindex [-b] [-i isect]... [-M imem] venti.conf\n");
+ fprint(2, "usage: buildindex [-bd] [-i isect]... [-M imem] venti.conf\n");
threadexitsall("usage");
}