=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tset/tset.c,v retrieving revision 1.13 retrieving revision 1.14 diff -c -r1.13 -r1.14 *** src/usr.bin/tset/tset.c 1999/03/15 19:00:19 1.13 --- src/usr.bin/tset/tset.c 1999/05/23 17:19:21 1.14 *************** *** 1079,1085 **** obsolete(argv); noinit = noset = quiet = Sflag = sflag = showterm = 0; ! while ((ch = getopt(argc, argv, "a:d:e:Ii:k:m:np:qQSrs")) != EOF) { switch (ch) { case 'q': /* display term only */ noset = 1; --- 1079,1085 ---- obsolete(argv); noinit = noset = quiet = Sflag = sflag = showterm = 0; ! while ((ch = getopt(argc, argv, "a:d:e:Ii:k:m:np:qQSrs")) != -1) { switch (ch) { case 'q': /* display term only */ noset = 1;