From 7d5443dee6d36a4749bdbfc387f47431f2c4004b Mon Sep 17 00:00:00 2001 From: DTB Date: Wed, 28 Aug 2024 18:54:12 -0600 Subject: [PATCH] stris(1): fix typo --- src/stris.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stris.rs b/src/stris.rs index 53a5a88..e0c2dd4 100644 --- a/src/stris.rs +++ b/src/stris.rs @@ -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 {