summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/cvs.c
diff options
context:
space:
mode:
authorXavier Santolaria <xsa@cvs.openbsd.org>2005-08-09 08:31:50 +0000
committerXavier Santolaria <xsa@cvs.openbsd.org>2005-08-09 08:31:50 +0000
commit5ea717098292e7334a1480ed01047658d4c0a348 (patch)
tree73136ba865dad669a5f27fb3b44b3d756b410ce1 /usr.bin/cvs/cvs.c
parentd67f8bf9f3f01a08e7e7def8bd2eca1c34a41665 (diff)
add missing [-T tmpdir] in usage(), spotted by jmc@.
Diffstat (limited to 'usr.bin/cvs/cvs.c')
-rw-r--r--usr.bin/cvs/cvs.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/cvs/cvs.c b/usr.bin/cvs/cvs.c
index e5277531a42..32b13aeec8e 100644
--- a/usr.bin/cvs/cvs.c
+++ b/usr.bin/cvs/cvs.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cvs.c,v 1.80 2005/08/04 13:31:14 xsa Exp $ */
+/* $OpenBSD: cvs.c,v 1.81 2005/08/09 08:31:49 xsa Exp $ */
/*
* Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org>
* All rights reserved.
@@ -89,8 +89,8 @@ void
usage(void)
{
fprintf(stderr,
- "Usage: %s [-flnQqrtv] [-d root] [-e editor] "
- "[-s var=val] [-z level] command [...]\n", __progname);
+ "Usage: %s [-flnQqrtv] [-d root] [-e editor] [-s var=val] "
+ "[-T tmpdir] [-z level] command [...]\n", __progname);
}