diff options
Diffstat (limited to 'usr.bin/cvs/cvs.c')
-rw-r--r-- | usr.bin/cvs/cvs.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/cvs/cvs.c b/usr.bin/cvs/cvs.c index 9b9edf26404..6e88ef34b74 100644 --- a/usr.bin/cvs/cvs.c +++ b/usr.bin/cvs/cvs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cvs.c,v 1.60 2005/04/25 17:59:16 jfb Exp $ */ +/* $OpenBSD: cvs.c,v 1.61 2005/04/25 19:09:15 jfb Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -123,8 +123,8 @@ struct cvs_cmd cvs_cdt[] = { }, { CVS_OP_DIFF, "diff", { "di", "dif" }, &cvs_diff, - "[-cilNpRu] [-D date] [-r rev] ...", - "cD:ilNpRr:u", + "[-cilNnpRu] [-D date] [-r rev] ...", + "cD:ilNnpRr:u", "Show differences between revisions", NULL }, |