swab(1): fix some silly mistakes

This commit is contained in:
dtb 2024-06-28 17:43:32 -06:00
parent 50bbee10a9
commit 6bd19c072d
Signed by: trinity
GPG Key ID: 34C0543BBB6AF81B

View File

@ -24,7 +24,7 @@ use std::{
}; };
extern crate getopt; extern crate getopt;
use getopt::{ Opt, Parser }; use getopt::GetOpt;
extern crate sysexits; extern crate sysexits;
use sysexits::{ EX_OK, EX_OSERR, EX_USAGE }; use sysexits::{ EX_OK, EX_OSERR, EX_USAGE };