fix: change -i to -nog

This commit is contained in:
Krzysztof Rudnicki 2023-04-17 22:50:18 +02:00
parent 8cc2316ce7
commit b2186a62ef

View File

@ -152,7 +152,7 @@ def print_help():
-nd, --no-display (does not show the plots)
-s, --save (if issued WILL save the files)
exemplary use:
python main.py -nop 5 -sop 20 -ms 0.1 -i 100 -min -5.12 -max 5.12 -noo 100
python main.py -nop 5 -sop 20 -ms 0.1 -nog 100 -min -5.12 -max 5.12 -noo 100
"""
)