summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorxsa <xsa@openbsd.org>2004-12-21 20:59:57 +0000
committerxsa <xsa@openbsd.org>2004-12-21 20:59:57 +0000
commitf7ffea9952364916a2dac8082ad213b85842d3d1 (patch)
tree98163a105ef8e6211f495c1b8d8877764be12ac9
parentgnu CVS has an undocumented -s command-line option to set a variable, (diff)
downloadwireguard-openbsd-f7ffea9952364916a2dac8082ad213b85842d3d1.tar.xz
wireguard-openbsd-f7ffea9952364916a2dac8082ad213b85842d3d1.zip
s/files/file/ in `cvs remove' usage, like in the other commands;
-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 840dcb70d5a..cd154eed34c 100644
--- a/usr.bin/cvs/cvs.c
+++ b/usr.bin/cvs/cvs.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cvs.c,v 1.27 2004/12/21 18:47:58 jfb Exp $ */
+/* $OpenBSD: cvs.c,v 1.28 2004/12/21 20:59:57 xsa Exp $ */
/*
* Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org>
* All rights reserved.
@@ -225,7 +225,7 @@ static struct cvs_cmd {
},
{
CVS_OP_REMOVE, "remove", { "rm", "delete" }, cvs_remove,
- "[-flR] files ...",
+ "[-flR] file ...",
"",
"Remove an entry from the repository",
NULL,