fix usage option name for max_iter
This commit is contained in:
parent
26c707de11
commit
4c1e939d6d
|
@ -56,7 +56,7 @@ struct options parse_options(int *argc, char **argv[]) {
|
|||
default:
|
||||
fprintf(stderr,
|
||||
"Usage: %s "
|
||||
"[-o FILE] [-i MAX_ITER] [-h HEIGHT] [-w WIDTH] "
|
||||
"[-o FILE] [-m MAX_ITER] [-h HEIGHT] [-w WIDTH] "
|
||||
"[-r <buddhabrot|mandelbrot>]\n",
|
||||
(*argv)[0]);
|
||||
exit(EXIT_FAILURE);
|
||||
|
|
Loading…
Reference in a new issue