summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorxsa <xsa@openbsd.org>2005-04-22 15:06:28 +0000
committerxsa <xsa@openbsd.org>2005-04-22 15:06:28 +0000
commit00fac85bed7633874b338b7176af5acb3f810ad8 (patch)
tree123ce9aeb13d69866a4e6dd9c835ddbf1f6ba4e2
parentExplain the particular mapping of function keys. (diff)
downloadwireguard-openbsd-00fac85bed7633874b338b7176af5acb3f810ad8.tar.xz
wireguard-openbsd-00fac85bed7633874b338b7176af5acb3f810ad8.zip
sync add command usage w/ man page; joris ok
-rw-r--r--usr.bin/cvs/cvs.c4
1 files changed, 2 insertions, 2 deletions
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 <jfb@openbsd.org>
* 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