The -f option stole the -d option's option string colon in the getopt

optstring.

PR:	13521
Submitted by:	Andre Albsmeier <andre.albsmeier@mchp.siemens.de>
This commit is contained in:
Sheldon Hearn 1999-09-01 12:37:26 +00:00
parent df8f292395
commit c575918381
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=50745

View File

@ -118,7 +118,7 @@ int main (argc, argv)
FILE *ifp;
char hname[MAXHOSTNAMELEN + 2];
while ((ch = getopt(argc, argv, "uhcbsdf:i:o:m:")) != -1) {
while ((ch = getopt(argc, argv, "uhcbsd:fi:o:m:")) != -1) {
switch(ch) {
case 'f':
filter_plusminus++;