summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1996-09-24 17:29:42 +0000
committerBruce Evans <bde@FreeBSD.org>1996-09-24 17:29:42 +0000
commitbda1d7064ec6ef7264b521ef79d9580c987ab0fe (patch)
tree23319f2e96ecc8cb374ca46e0734e58ef6d40b37
parent34b2ec2b3f3f74aa8cdde03fcce638a60642db6e (diff)
Notes
-rw-r--r--usr.bin/xinstall/xinstall.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/xinstall/xinstall.c b/usr.bin/xinstall/xinstall.c
index 92e56c06dcd4..c5096d147640 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;