diff options
author | David Phillips <dbphillipsnz@gmail.com> | 2016-04-08 12:19:11 +1200 |
---|---|---|
committer | David Phillips <dbphillipsnz@gmail.com> | 2016-04-08 12:19:11 +1200 |
commit | 746a2be3ae20dd1f209cd0d56556a0995f935b83 (patch) | |
tree | d9ee5a43f341cab0268eaf55772d3754d7089e4c | |
parent | 967507fd5013610a8f7eae0739dbe3020c6b67cd (diff) | |
download | fractal-gen-746a2be3ae20dd1f209cd0d56556a0995f935b83.tar.xz |
Update usage to reflect code
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,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 -c size -i max_iterations [-e exponent] \ [-c cores] [-t thread_multiplier] [-N cluster-id -T cluster-total] > output.pgm |