stris(1): fix silly mistakes
This commit is contained in:
parent
cbf5032a22
commit
28f6d2508f
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
use std::{
|
use std::{
|
||||||
env::args,
|
env::args,
|
||||||
process::ExitCode
|
process::ExitCode,
|
||||||
};
|
};
|
||||||
|
|
||||||
extern crate getopt;
|
extern crate getopt;
|
||||||
@ -30,7 +30,7 @@ use sysexits::EX_USAGE;
|
|||||||
|
|
||||||
struct Reqs {
|
struct Reqs {
|
||||||
ascii: bool, blank: bool, cntrl: bool, digit: bool, lower: bool,
|
ascii: bool, blank: bool, cntrl: bool, digit: bool, lower: bool,
|
||||||
upper: bool, inuse: bool, extra: String::default()
|
upper: bool, inuse: bool, extra: String
|
||||||
}
|
}
|
||||||
|
|
||||||
fn usage(s: &str) -> ExitCode {
|
fn usage(s: &str) -> ExitCode {
|
||||||
|
Loading…
Reference in New Issue
Block a user