summaryrefslogtreecommitdiff
path: root/usr.bin/cvs
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/cvs')
-rw-r--r--usr.bin/cvs/annotate.c4
-rw-r--r--usr.bin/cvs/cvs.14
2 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/cvs/annotate.c b/usr.bin/cvs/annotate.c
index 6c834d63aae..98f7365dcc4 100644
--- a/usr.bin/cvs/annotate.c
+++ b/usr.bin/cvs/annotate.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: annotate.c,v 1.47 2008/02/01 17:18:59 tobias Exp $ */
+/* $OpenBSD: annotate.c,v 1.48 2008/02/02 16:44:11 xsa Exp $ */
/*
* Copyright (c) 2007 Tobias Stoeckmann <tobias@openbsd.org>
* Copyright (c) 2006 Xavier Santolaria <xsa@openbsd.org>
@@ -48,7 +48,7 @@ struct cvs_cmd cvs_cmd_rannotate = {
CVS_OP_RANNOTATE, 0, "rannotate",
{ "rann", "ra" },
"Show last revision where each line was modified",
- "[-flR] [-D date | -r rev] [file ...]",
+ "[-flR] [-D date | -r rev] module ...",
"D:flRr:",
NULL,
cvs_annotate
diff --git a/usr.bin/cvs/cvs.1 b/usr.bin/cvs/cvs.1
index a2ccb24e5f9..6dfe39fe8df 100644
--- a/usr.bin/cvs/cvs.1
+++ b/usr.bin/cvs/cvs.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: cvs.1,v 1.115 2008/02/02 16:35:41 xsa Exp $
+.\" $OpenBSD: cvs.1,v 1.116 2008/02/02 16:44:11 xsa Exp $
.\"
.\" Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org>
.\" Copyright (c) 2004-2008 Xavier Santolaria <xsa@openbsd.org>
@@ -1083,7 +1083,7 @@ the author's name, and the date of the revision.
This command does not need a local checkout of the repository
to work.
.Bd -literal -offset indent
-usage: cvs annotate [flR] [-D date | -r rev] [file ...]
+usage: cvs annotate [flR] [-D date | -r rev] module ...
.Ed
.Pp
The