stris(1): fix typo
This commit is contained in:
parent
f9c84179fe
commit
7d5443dee6
@ -30,7 +30,7 @@ use sysexits::EX_USAGE;
|
||||
|
||||
struct Reqs {
|
||||
ascii: bool, blank: bool, cntrl: bool, digit: bool, lower: bool,
|
||||
upper: bool, inuse: bool, extra: String
|
||||
upper: bool, inuse: bool, extra: String::default()
|
||||
}
|
||||
|
||||
fn usage(s: &str) -> ExitCode {
|
||||
|
Loading…
Reference in New Issue
Block a user