Browse Source

Added -z flag to the README text

main
parent
commit
162fae849f
  1. 1
      .gitignore
  2. 1
      README.md

1
.gitignore vendored

@ -2,3 +2,4 @@
/.idea
/release
mandelplot
mandelbrot.png

1
README.md

@ -18,6 +18,7 @@ OPTIONS:
- `-V, --version` => Print version information
- `-z --m_set_dimensions <m_set_dimensions>` => Set real and imaginary constraints (real_start,imaginary_startxreal_end,imaginary_end) [default: -2.5,-2.0x1.5,2.0]
## Naive benchmarks
Singe-threaded (19200x10800) (pre v0.2.0)

Loading…
Cancel
Save