summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorXavier Santolaria <xsa@cvs.openbsd.org>2004-12-21 20:59:58 +0000
committerXavier Santolaria <xsa@cvs.openbsd.org>2004-12-21 20:59:58 +0000
commiteb3b913525ba5ae617a4e14d90d0919ca7a4929c (patch)
tree0808e214a4062c32c189a30b10e1f05712d76b0f /usr.bin
parent7e9b38a197f22d07535747f999adcd870da7eb31 (diff)
s/files/file/ in `cvs remove' usage, like in the other commands;
Diffstat (limited to 'usr.bin')
-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,