From 89bec9c354f2c8977d9b2a8d4bf0f1d420faf5af Mon Sep 17 00:00:00 2001 From: David Phillips Date: Fri, 8 Apr 2016 12:25:15 +1200 Subject: Fix wrong option name used --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 47888cd..0d7068f 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This is a tiny program which will output a binary [PGM](https://wikipedia.org/wi ## Syntax - ./mandelbrot-gen -c size -i max_iterations [-e exponent] \ + ./mandelbrot-gen -s size -i max_iterations [-e exponent] \ [-c cores] [-t thread_multiplier] [-N cluster-id -T cluster-total] > output.pgm -- cgit v1.1