summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/cvs.c
diff options
context:
space:
mode:
authorJoris Vink <joris@cvs.openbsd.org>2005-04-22 03:38:57 +0000
committerJoris Vink <joris@cvs.openbsd.org>2005-04-22 03:38:57 +0000
commitbeb4aab8dd61673ccfeb1c5a34388697c885b9f0 (patch)
treee447153f02633cc3fd238187be53d4a8c7970257 /usr.bin/cvs/cvs.c
parent8ed36a193e5061d3cd66116d644727eaf15c6984 (diff)
missing '-R' (force recursion) option for diff.
noticed by brad@
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 bc83c2e2384..e4ba5e73894 100644
--- a/usr.bin/cvs/cvs.c
+++ b/usr.bin/cvs/cvs.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cvs.c,v 1.57 2005/04/21 20:56:12 xsa Exp $ */
+/* $OpenBSD: cvs.c,v 1.58 2005/04/22 03:38:56 joris Exp $ */
/*
* Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org>
* All rights reserved.
@@ -124,7 +124,7 @@ struct cvs_cmd cvs_cdt[] = {
{
CVS_OP_DIFF, "diff", { "di", "dif" }, &cvs_diff,
"[-cilNpu] [-D date] [-r rev] ...",
- "cD:ilNpr:u",
+ "cD:ilNpr:Ru",
"Show differences between revisions",
NULL
},