diff options
author | Jean-Francois Brousseau <jfb@cvs.openbsd.org> | 2005-05-24 04:12:26 +0000 |
---|---|---|
committer | Jean-Francois Brousseau <jfb@cvs.openbsd.org> | 2005-05-24 04:12:26 +0000 |
commit | e87333a6ae634b7bf229d48ef588b1d14f02dfd9 (patch) | |
tree | 396538c572f6c7daddebc26b58e9a8d17572caef /usr.bin/cvs/cvs.1 | |
parent | 686088575a6a7d8fbc8bd29e3bd4b823134d7c22 (diff) |
Merge the cvs_cmd and cvs_cmd_info structures and add the necessary
fields to hook local versions of the commands. This needs to go in
before it gets any bigger
ok joris
Diffstat (limited to 'usr.bin/cvs/cvs.1')
-rw-r--r-- | usr.bin/cvs/cvs.1 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/cvs/cvs.1 b/usr.bin/cvs/cvs.1 index 60d197717a3..455ed1d1565 100644 --- a/usr.bin/cvs/cvs.1 +++ b/usr.bin/cvs/cvs.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cvs.1,v 1.65 2005/05/23 21:01:11 joris Exp $ +.\" $OpenBSD: cvs.1,v 1.66 2005/05/24 04:12:25 jfb Exp $ .\" .\" Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> .\" Copyright (c) 2004, 2005 Xavier Santolaria <xsa@openbsd.org> @@ -424,7 +424,8 @@ Show annotations as of revision .El .Pp Aliases: -.Ic ann . +.Ic ann , +.Ic blame . .It Xo Ic checkout .Op Fl AcflNnPpRs .Op Fl d Ar dir |