From a0082297a8ede5618e20e7cfc0aca508fe867b5b Mon Sep 17 00:00:00 2001 From: bde Date: Tue, 24 Sep 1996 17:29:42 +0000 Subject: Changed 'd' to 'D' in getopt arg too. --- usr.bin/xinstall/xinstall.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/xinstall') diff --git a/usr.bin/xinstall/xinstall.c b/usr.bin/xinstall/xinstall.c index 92e56c0..c5096d1 100644 --- a/usr.bin/xinstall/xinstall.c +++ b/usr.bin/xinstall/xinstall.c @@ -40,7 +40,7 @@ static const char copyright[] = #ifndef lint /*static char sccsid[] = "From: @(#)xinstall.c 8.1 (Berkeley) 7/21/93";*/ static const char rcsid[] = - "$Id: xinstall.c,v 1.12 1996/09/05 07:54:08 peter Exp $"; + "$Id: xinstall.c,v 1.13 1996/09/24 04:15:02 imp Exp $"; #endif /* not lint */ /*- @@ -128,7 +128,7 @@ main(argc, argv) char *flags, *to_name; iflags = 0; - while ((ch = getopt(argc, argv, "Ccdf:g:m:o:psv")) != EOF) + while ((ch = getopt(argc, argv, "CcDf:g:m:o:psv")) != EOF) switch((char)ch) { case 'C': docompare = docopy = 1; -- cgit v1.1