summaryrefslogtreecommitdiffstats
path: root/usr.bin/cvs/annotate.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/cvs/annotate.c')
-rw-r--r--usr.bin/cvs/annotate.c4
1 files changed, 2 insertions, 2 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