From 51a943d355af4439e4befa3c90c483eb31e854b3 Mon Sep 17 00:00:00 2001 From: Joris Vink Date: Sat, 9 Feb 2008 11:40:44 +0000 Subject: lets do -D for update as well --- usr.bin/cvs/update.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/cvs/update.c') diff --git a/usr.bin/cvs/update.c b/usr.bin/cvs/update.c index 7e29e87aa76..749b9eb0938 100644 --- a/usr.bin/cvs/update.c +++ b/usr.bin/cvs/update.c @@ -1,4 +1,4 @@ -/* $OpenBSD: update.c,v 1.122 2008/02/08 21:44:32 joris Exp $ */ +/* $OpenBSD: update.c,v 1.123 2008/02/09 11:40:43 joris Exp $ */ /* * Copyright (c) 2006 Joris Vink * @@ -64,7 +64,7 @@ cvs_update(int argc, char **argv) break; case 'C': case 'D': - cvs_specified_tag = optarg; + cvs_specified_date = cvs_date_parse(optarg); break; case 'd': build_dirs = 1; -- cgit v1.2.3