summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/cvs.c
diff options
context:
space:
mode:
authorRay Lai <ray@cvs.openbsd.org>2007-05-27 04:12:33 +0000
committerRay Lai <ray@cvs.openbsd.org>2007-05-27 04:12:33 +0000
commita6f60b883a6a7c7e9e529e0e3b85b1e738e32ad7 (patch)
tree5476a6867ad8a77110d2f9f2a4dab62f5c0ce3a2 /usr.bin/cvs/cvs.c
parentf7bbec2725bfd5bf80b842c0c4a3342d84300088 (diff)
Revert, we dealt with the -x flag in the past. jmc suddenly
remembered we had created a separate section for compatibility flags. Oh well, two free commits. OK jmc@
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 02edf92923e..19b6a3ed96d 100644
--- a/usr.bin/cvs/cvs.c
+++ b/usr.bin/cvs/cvs.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cvs.c,v 1.126 2007/05/27 03:35:11 ray Exp $ */
+/* $OpenBSD: cvs.c,v 1.127 2007/05/27 04:12:32 ray Exp $ */
/*
* Copyright (c) 2006, 2007 Joris Vink <joris@openbsd.org>
* Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org>
@@ -118,7 +118,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);
}