getopt(3) prints an "unrecognized option" warning for me, so I
shouldn't print another. MFC after: 15 days
This commit is contained in:
parent
ccd13c40f2
commit
a5b447bdc1
@ -433,7 +433,6 @@ main(int argc, char **argv)
|
||||
#endif
|
||||
break;
|
||||
default:
|
||||
bsdtar_warnc(bsdtar, 0, "Unrecognized option -c", optopt);
|
||||
usage(bsdtar);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user