diff options
author | Xavier Santolaria <xsa@cvs.openbsd.org> | 2008-02-02 16:44:12 +0000 |
---|---|---|
committer | Xavier Santolaria <xsa@cvs.openbsd.org> | 2008-02-02 16:44:12 +0000 |
commit | fb2de20ce7483b3dc26c0b1f049170b3ba9ceff3 (patch) | |
tree | d0de890c651a3b4580323944911a0658ea0a808d /usr.bin | |
parent | ac2ecf86ca0b3583d159ab652540ff08cf9b0f33 (diff) |
Sync `rannotate' synopsis. r* commands work on repository modules.
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/cvs/annotate.c | 4 | ||||
-rw-r--r-- | usr.bin/cvs/cvs.1 | 4 |
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 |