fixed a typo

This commit is contained in:
Valerie Wolfe 2023-07-10 14:33:04 -04:00
parent b303f3197a
commit 930e26a037

View file

@ -123,7 +123,7 @@ fn main() {
// => complex::polyamorous(), // => complex::polyamorous(),
Some("progress") Some("progress")
=> flag::progress(), => complex::progress(small),
_ => { help_text(); exit(1) } _ => { help_text(); exit(1) }
}; };