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(),
|
// => complex::polyamorous(),
|
||||||
|
|
||||||
Some("progress")
|
Some("progress")
|
||||||
=> flag::progress(),
|
=> complex::progress(small),
|
||||||
|
|
||||||
_ => { help_text(); exit(1) }
|
_ => { help_text(); exit(1) }
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue