From 909f6e4c00ca5685ea736412dc2629a3004d8e18 Mon Sep 17 00:00:00 2001 From: Jean-Francois Brousseau Date: Fri, 14 Jan 2005 18:02:05 +0000 Subject: support the -D option to the tag command and sync usage for the tag command from Joris Vink, with modifications by me --- usr.bin/cvs/cvs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/cvs/cvs.c') diff --git a/usr.bin/cvs/cvs.c b/usr.bin/cvs/cvs.c index 853cfb6a340..2b17f56d9ca 100644 --- a/usr.bin/cvs/cvs.c +++ b/usr.bin/cvs/cvs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cvs.c,v 1.34 2005/01/13 23:39:42 jfb Exp $ */ +/* $OpenBSD: cvs.c,v 1.35 2005/01/14 18:02:04 jfb Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. @@ -260,7 +260,7 @@ static struct cvs_cmd { }, { CVS_OP_TAG, "tag", { "ta", "freeze" }, cvs_tag, - "", + "[-bdl] [-D date | -r rev] tagname", "", "Add a symbolic tag to checked out version of files", NULL, -- cgit v1.2.3