diff options
author | David Phillips <dbphillipsnz@gmail.com> | 2016-04-08 12:25:15 +1200 |
---|---|---|
committer | David Phillips <dbphillipsnz@gmail.com> | 2016-04-08 12:25:15 +1200 |
commit | 89bec9c354f2c8977d9b2a8d4bf0f1d420faf5af (patch) | |
tree | ebdda62f3fa71fd9ee8a858d4c1914879480e1eb | |
parent | 15a85144cc024a79db89bfc90cb58b4028a6f3c5 (diff) | |
download | fractal-gen-89bec9c354f2c8977d9b2a8d4bf0f1d420faf5af.tar.xz |
Fix wrong option name used
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |