diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2003-07-07 19:15:36 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2003-07-07 19:15:36 +0000 |
commit | e220ac8c4066ba5ff8949f06f70efcc4d6ea4afc (patch) | |
tree | 516bfbe90201679ebd1196909ac9410552bced91 /contrib | |
parent | ed0c9799579f9d048cf6d61268075b4152e63d14 (diff) | |
download | src-test2-e220ac8c4066ba5ff8949f06f70efcc4d6ea4afc.tar.gz src-test2-e220ac8c4066ba5ff8949f06f70efcc4d6ea4afc.zip |
Notes
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/cvs/src/main.c | 2 |
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 }, |