summaryrefslogtreecommitdiff
path: root/usr.bin/cvs
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2007-02-06 15:24:19 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2007-02-06 15:24:19 +0000
commitcb0635ca0310cea507a69b907c0d77263f008c99 (patch)
tree82512e2929e77d0a8363190e703b50654f5351b3 /usr.bin/cvs
parent8b68956f0026a649b3e16596b9d88c9a41fdf2c9 (diff)
sort options;
Diffstat (limited to 'usr.bin/cvs')
-rw-r--r--usr.bin/cvs/cvs.14
-rw-r--r--usr.bin/cvs/cvs.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/cvs/cvs.1 b/usr.bin/cvs/cvs.1
index ef18edea021..2e33f03af4a 100644
--- a/usr.bin/cvs/cvs.1
+++ b/usr.bin/cvs/cvs.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: cvs.1,v 1.102 2007/01/15 11:59:54 xsa Exp $
+.\" $OpenBSD: cvs.1,v 1.103 2007/02/06 15:24:18 jmc Exp $
.\"
.\" Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org>
.\" Copyright (c) 2004-2006 Xavier Santolaria <xsa@openbsd.org>
@@ -33,7 +33,7 @@
.Sh SYNOPSIS
.Nm
.Bk -words
-.Op Fl flnQqRrtvVw
+.Op Fl flnQqRrtVvw
.Op Fl d Ar root
.Op Fl e Ar editor
.Xo
diff --git a/usr.bin/cvs/cvs.c b/usr.bin/cvs/cvs.c
index 24c2392a3d7..1c529383d09 100644
--- a/usr.bin/cvs/cvs.c
+++ b/usr.bin/cvs/cvs.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cvs.c,v 1.113 2007/01/11 02:35:55 joris Exp $ */
+/* $OpenBSD: cvs.c,v 1.114 2007/02/06 15:24:18 jmc Exp $ */
/*
* Copyright (c) 2006, 2007 Joris Vink <joris@openbsd.org>
* Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org>
@@ -112,7 +112,7 @@ void
usage(void)
{
fprintf(stderr,
- "Usage: %s [-flnQqRrtvVw] [-d root] [-e editor] [-s var=val] "
+ "Usage: %s [-flnQqRrtVvw] [-d root] [-e editor] [-s var=val] "
"[-T tmpdir] [-z level] command [...]\n", __progname);
}