stris(1): fix typo

This commit is contained in:
dtb 2024-08-28 18:54:12 -06:00
parent f9c84179fe
commit 7d5443dee6
Signed by: trinity
GPG Key ID: 34C0543BBB6AF81B

View File

@ -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 upper: bool, inuse: bool, extra: String::default()
} }
fn usage(s: &str) -> ExitCode { fn usage(s: &str) -> ExitCode {