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 44ae90463f3..3d4e971954e 100644 --- a/usr.bin/cvs/cvs.c +++ b/usr.bin/cvs/cvs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cvs.c,v 1.29 2004/12/22 00:38:25 david Exp $ */ +/* $OpenBSD: cvs.c,v 1.30 2005/01/06 19:56:38 jfb Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -165,7 +165,7 @@ static struct cvs_cmd { NULL, }, { - CVS_OP_IMPORT, "import", { "im", "imp" }, NULL, + CVS_OP_IMPORT, "import", { "im", "imp" }, cvs_import, "[-d] [-b branch] [-I ign] [-k subst] [-m msg] " "repository vendor-tag release-tags ...", "b:dI:k:m:", |