From 930e26a0375e13117780a39fca87b91b889db418 Mon Sep 17 00:00:00 2001 From: Valerie Date: Mon, 10 Jul 2023 14:33:04 -0400 Subject: [PATCH] fixed a typo --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index f453cb4..4dff1d4 100644 --- a/src/main.rs +++ b/src/main.rs @@ -123,7 +123,7 @@ fn main() { // => complex::polyamorous(), Some("progress") - => flag::progress(), + => complex::progress(small), _ => { help_text(); exit(1) } };