diff options
author | Paul Oliver <contact@pauloliver.dev> | 2024-02-29 01:50:44 +0100 |
---|---|---|
committer | Paul Oliver <contact@pauloliver.dev> | 2024-02-29 01:50:44 +0100 |
commit | 36766945871ce1f9ea2166fb3899e130978030f5 (patch) | |
tree | beab6df04888a2dd63588b8897c234d3f5a036ee | |
parent | 656a6e25857ede915f79d15b5696f55e19930f9c (diff) |
Fixed documentation on imager.py.
-rwxr-xr-x | plugins/imager.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/imager.py b/plugins/imager.py index 84d6ca2..76d93b3 100755 --- a/plugins/imager.py +++ b/plugins/imager.py @@ -8,7 +8,7 @@ large-scale evolution of the world. Tu run it, simply call it from within the ./bin/ directory inside the SALIS main directory, such as: -../plugins/imager.py def.sim.* +../plugins/imager.py def.sim* Calling this will create a PNG image for each file beggining with "def.sim". """ |