summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/diff.c
diff options
context:
space:
mode:
authorJoris Vink <joris@cvs.openbsd.org>2009-04-29 12:56:16 +0000
committerJoris Vink <joris@cvs.openbsd.org>2009-04-29 12:56:16 +0000
commitdce7059ce903c91d439348c85a8a79569a52a8c7 (patch)
tree4e01a9109141e1699ea33312bcd2c20e43bc8e11 /usr.bin/cvs/diff.c
parent4d6bea259e8b74bb57e6280ae21b2cea6fa73d3e (diff)
add options 'a' and 'd' to the getopt string so
we can actually use them. bad sthen@ and bad me for missing this :)
Diffstat (limited to 'usr.bin/cvs/diff.c')
-rw-r--r--usr.bin/cvs/diff.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cvs/diff.c b/usr.bin/cvs/diff.c
index 989e272c8b1..eebd662b742 100644
--- a/usr.bin/cvs/diff.c
+++ b/usr.bin/cvs/diff.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: diff.c,v 1.152 2009/04/28 09:05:40 sthen Exp $ */
+/* $OpenBSD: diff.c,v 1.153 2009/04/29 12:56:15 joris Exp $ */
/*
* Copyright (c) 2008 Tobias Stoeckmann <tobias@openbsd.org>
* Copyright (c) 2006 Joris Vink <joris@openbsd.org>
@@ -48,7 +48,7 @@ struct cvs_cmd cvs_cmd_diff = {
"Show differences between revisions",
"[-abcdilNnpRuw] [[-D date] [-r rev] [-D date2 | -r rev2]] "
"[-k mode] [file ...]",
- "bcfD:ik:lNnpr:Ruw",
+ "abcfdD:ik:lNnpr:Ruw",
NULL,
cvs_diff
};