diff options
Diffstat (limited to 'usr.bin/cvs/cvs.c')
-rw-r--r-- | usr.bin/cvs/cvs.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/cvs/cvs.c b/usr.bin/cvs/cvs.c index 92defc915d7..696681ec897 100644 --- a/usr.bin/cvs/cvs.c +++ b/usr.bin/cvs/cvs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cvs.c,v 1.18 2004/12/07 17:10:56 tedu Exp $ */ +/* $OpenBSD: cvs.c,v 1.19 2004/12/09 20:03:27 jfb Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -106,8 +106,8 @@ static struct cvs_cmd { NULL, }, { - CVS_OP_ANNOTATE, "annotate", { "ann" }, NULL, - "", + CVS_OP_ANNOTATE, "annotate", { "ann" }, cvs_annotate, + "[-FflR] [-D date | -r rev] file ...", "", "Show last revision where each line was modified", NULL, |