=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/annotate.c,v retrieving revision 1.44 retrieving revision 1.45 diff -u -r1.44 -r1.45 --- src/usr.bin/cvs/annotate.c 2008/01/28 20:31:07 1.44 +++ src/usr.bin/cvs/annotate.c 2008/01/31 10:15:05 1.45 @@ -1,4 +1,4 @@ -/* $OpenBSD: annotate.c,v 1.44 2008/01/28 20:31:07 tobias Exp $ */ +/* $OpenBSD: annotate.c,v 1.45 2008/01/31 10:15:05 tobias Exp $ */ /* * Copyright (c) 2007 Tobias Stoeckmann * Copyright (c) 2006 Xavier Santolaria @@ -34,7 +34,7 @@ static int force_head = 0; struct cvs_cmd cvs_cmd_annotate = { - CVS_OP_ANNOTATE, 0, "annotate", + CVS_OP_ANNOTATE, CVS_USE_WDIR, "annotate", { "ann", "blame" }, "Show last revision where each line was modified", "[-flR] [-D date | -r rev] [file ...]",