diff options
author | 2008-02-02 16:44:11 +0000 | |
---|---|---|
committer | 2008-02-02 16:44:11 +0000 | |
commit | b92e16f1e2bf02d5e966b18a2e24df6c3582d4b7 (patch) | |
tree | 95db3385e56c25aa4dbf2ba2273bbf40f6271fa5 | |
parent | Add `rannotate' bits. Requested by tobias@. (diff) | |
download | wireguard-openbsd-b92e16f1e2bf02d5e966b18a2e24df6c3582d4b7.tar.xz wireguard-openbsd-b92e16f1e2bf02d5e966b18a2e24df6c3582d4b7.zip |
Sync `rannotate' synopsis. r* commands work on repository modules.
-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 |