summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/cvs.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/cvs/cvs.c')
-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,