diff options
author | Xavier Santolaria <xsa@cvs.openbsd.org> | 2004-12-21 18:15:56 +0000 |
---|---|---|
committer | Xavier Santolaria <xsa@cvs.openbsd.org> | 2004-12-21 18:15:56 +0000 |
commit | e356bb43f71c5fa2e2b0ee887e8527dd992ba45a (patch) | |
tree | 31ba81633fc36300d018c073e900de78cdbdc388 /usr.bin/cvs/cvs.c | |
parent | 3ca015202bed6579b65d3f315fd9cb2a2437da45 (diff) |
on the way to `cvs remove'; ok jfb
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 18124e3ceb4..92d813a0837 100644 --- a/usr.bin/cvs/cvs.c +++ b/usr.bin/cvs/cvs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cvs.c,v 1.25 2004/12/15 16:28:14 xsa Exp $ */ +/* $OpenBSD: cvs.c,v 1.26 2004/12/21 18:15:55 xsa Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -221,8 +221,8 @@ static struct cvs_cmd { NULL, }, { - CVS_OP_REMOVE, "remove", {}, NULL, - "", + CVS_OP_REMOVE, "remove", { "rm", "delete" }, cvs_remove, + "[-flR] files ...", "", "Remove an entry from the repository", NULL, |