fix usage option name for max_iter

This commit is contained in:
Bruno BELANYI 2020-12-14 18:25:03 +01:00
parent 26c707de11
commit 4c1e939d6d
1 changed files with 1 additions and 1 deletions

View File

@ -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);