summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/cvs.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/cvs/cvs.c')
-rw-r--r--usr.bin/cvs/cvs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cvs/cvs.c b/usr.bin/cvs/cvs.c
index a5f291d4adb..52ebdaf61f3 100644
--- a/usr.bin/cvs/cvs.c
+++ b/usr.bin/cvs/cvs.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cvs.c,v 1.122 2007/05/09 07:04:57 xsa Exp $ */
+/* $OpenBSD: cvs.c,v 1.123 2007/05/22 16:47:22 xsa Exp $ */
/*
* Copyright (c) 2006, 2007 Joris Vink <joris@openbsd.org>
* Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org>
@@ -117,7 +117,7 @@ __dead void
usage(void)
{
(void)fprintf(stderr,
- "usage: %s [-flnQqRrtVvwx] [-d root] [-e editor] [-s var=val]\n"
+ "usage: %s [-flnQqRrtVvw] [-d root] [-e editor] [-s var=val]\n"
" [-T tmpdir] [-z level] command [...]\n", __progname);
exit(1);
}