diff --git a/src/options.c b/src/options.c index da6b55d..299ed39 100644 --- a/src/options.c +++ b/src/options.c @@ -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 ]\n", (*argv)[0]); exit(EXIT_FAILURE);