From b2186a62effe5163d95ada6a2ac6dc8a76cd1259 Mon Sep 17 00:00:00 2001 From: Krzysztof Rudnicki Date: Mon, 17 Apr 2023 22:50:18 +0200 Subject: [PATCH] fix: change -i to -nog --- lab3/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lab3/main.py b/lab3/main.py index ac2cf742..7dc5fc85 100644 --- a/lab3/main.py +++ b/lab3/main.py @@ -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 """ )