summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2003-07-07 19:15:36 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2003-07-07 19:15:36 +0000
commite220ac8c4066ba5ff8949f06f70efcc4d6ea4afc (patch)
tree516bfbe90201679ebd1196909ac9410552bced91 /contrib
parented0c9799579f9d048cf6d61268075b4152e63d14 (diff)
downloadsrc-test2-e220ac8c4066ba5ff8949f06f70efcc4d6ea4afc.tar.gz
src-test2-e220ac8c4066ba5ff8949f06f70efcc4d6ea4afc.zip
Notes
Diffstat (limited to 'contrib')
-rw-r--r--contrib/cvs/src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/cvs/src/main.c b/contrib/cvs/src/main.c
index 405fa5939975..dbc2ee2edfa7 100644
--- a/contrib/cvs/src/main.c
+++ b/contrib/cvs/src/main.c
@@ -110,7 +110,7 @@ static const struct cmd
{
{ "add", "ad", "new", add, CVS_CMD_MODIFIES_REPOSITORY | CVS_CMD_USES_WORK_DIR },
{ "admin", "adm", "rcs", admin, CVS_CMD_MODIFIES_REPOSITORY | CVS_CMD_USES_WORK_DIR },
- { "annotate", "ann", NULL, annotate, CVS_CMD_USES_WORK_DIR },
+ { "annotate", "ann", "blame", annotate, CVS_CMD_USES_WORK_DIR },
{ "checkout", "co", "get", checkout, 0 },
{ "commit", "ci", "com", commit, CVS_CMD_MODIFIES_REPOSITORY | CVS_CMD_USES_WORK_DIR },
{ "diff", "di", "dif", diff, CVS_CMD_USES_WORK_DIR },