1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-02 08:42:48 +00:00

Fix stupid disorder in previous commit. This was my own error, not

the mistake of the PR's originator.
This commit is contained in:
Sheldon Hearn 1999-09-01 12:42:00 +00:00
parent c575918381
commit c6b85633cb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=50746

View File

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