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:
parent
c575918381
commit
c6b85633cb
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=50746
@ -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++;
|
||||
|
Loading…
Reference in New Issue
Block a user