aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Phillips <dbphillipsnz@gmail.com>2016-09-20 00:32:08 +1200
committerDavid Phillips <dbphillipsnz@gmail.com>2016-09-20 00:32:08 +1200
commit9aa24c73fe6a1978d69865d06e337c85af06b527 (patch)
tree709018c9c22b87baca452b60188ffa896acf4974
parent7c3082e934b79f26afaa53c8b72cfbaaa76bdae4 (diff)
downloadfractal-gen-9aa24c73fe6a1978d69865d06e337c85af06b527.tar.xz
Update command usage
-rw-r--r--fractal-gen.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/fractal-gen.c b/fractal-gen.c
index e80c96a..6531491 100644
--- a/fractal-gen.c
+++ b/fractal-gen.c
@@ -290,8 +290,9 @@ generator_func select_generator(const char* name)
void show_help()
{
fprintf(stderr,
- "%s -s size -i iterat [-e exponent]\n"
- " [-c cores] [-t thread_multiplier]\n"
- " [-N cluster-id -T cluster-total]\n",
- argv0);
+ "%s -s size -i max_iterations [-e exponent]\n"
+ " [-c cores] [-t thread_multiplier]\n"
+ " [-x left -y top] [-z scale]\n"
+ " [-N cluster-id -T cluster-total]\n",
+ argv0);
}