summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usr.bin/diff/diff.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/diff/diff.c b/usr.bin/diff/diff.c
index 4eb8d4b371b..09b9fe98b6a 100644
--- a/usr.bin/diff/diff.c
+++ b/usr.bin/diff/diff.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: diff.c,v 1.6 2003/06/25 17:49:22 millert Exp $ */
+/* $OpenBSD: diff.c,v 1.7 2003/06/25 19:56:57 millert Exp $ */
/*
* Copyright (C) Caldera International Inc. 2001-2002.
@@ -65,7 +65,7 @@ main(int argc, char **argv)
status = 2;
diffargv = argv;
- while ((ch = getopt(argc, argv, "bC:cDefhilnrS:stw")) != -1) {
+ while ((ch = getopt(argc, argv, "bC:cD:efhilnrS:stw")) != -1) {
switch (ch) {
case 'b':
bflag++;