From 0afc834b1d2567cc5153e3492874e195e65cd1ff Mon Sep 17 00:00:00 2001 From: Xavier Santolaria Date: Fri, 22 Apr 2005 15:06:29 +0000 Subject: sync add command usage w/ man page; joris ok --- usr.bin/cvs/cvs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin') diff --git a/usr.bin/cvs/cvs.c b/usr.bin/cvs/cvs.c index e4ba5e73894..d246c11467b 100644 --- a/usr.bin/cvs/cvs.c +++ b/usr.bin/cvs/cvs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cvs.c,v 1.58 2005/04/22 03:38:56 joris Exp $ */ +/* $OpenBSD: cvs.c,v 1.59 2005/04/22 15:06:28 xsa Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. @@ -87,7 +87,7 @@ static TAILQ_HEAD(, cvs_var) cvs_variables; struct cvs_cmd cvs_cdt[] = { { CVS_OP_ADD, "add", { "ad", "new" }, &cvs_add, - "[-k opt] [-m msg] file ...", + "[-k mode] [-m msg] file ...", "k:m:", "Add a new file/directory to the repository", NULL -- cgit v1.2.3