diff options
Diffstat (limited to 'usr.bin/cvs/cvs.c')
-rw-r--r-- | usr.bin/cvs/cvs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cvs/cvs.c b/usr.bin/cvs/cvs.c index b9b518872f2..c9ef8cf5d6c 100644 --- a/usr.bin/cvs/cvs.c +++ b/usr.bin/cvs/cvs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cvs.c,v 1.31 2005/01/06 20:39:27 jfb Exp $ */ +/* $OpenBSD: cvs.c,v 1.32 2005/01/13 16:32:46 jfb Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -110,7 +110,7 @@ static struct cvs_cmd { }, { CVS_OP_ANNOTATE, "annotate", { "ann" }, cvs_annotate, - "[-FflR] [-D date | -r rev] file ...", + "[-flR] [-D date | -r rev] file ...", "", "Show last revision where each line was modified", NULL, |