fixed a typo
This commit is contained in:
parent
b303f3197a
commit
930e26a037
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ fn main() {
|
|||
// => complex::polyamorous(),
|
||||
|
||||
Some("progress")
|
||||
=> flag::progress(),
|
||||
=> complex::progress(small),
|
||||
|
||||
_ => { help_text(); exit(1) }
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue