diff --git a/sumo_project/files/imgs/runner_example.PNG b/sumo_project/files/imgs/runner_example.PNG new file mode 100644 index 0000000..fd42714 Binary files /dev/null and b/sumo_project/files/imgs/runner_example.PNG differ diff --git a/sumo_project/files/imgs/runner_help.PNG b/sumo_project/files/imgs/runner_help.PNG new file mode 100644 index 0000000..9bae829 Binary files /dev/null and b/sumo_project/files/imgs/runner_help.PNG differ diff --git a/sumo_project/runner.py b/sumo_project/runner.py index 661bf67..2fc2b44 100644 --- a/sumo_project/runner.py +++ b/sumo_project/runner.py @@ -25,7 +25,7 @@ def add_options(parser): :return: """ parser.add_argument("-new_dump", "--new_dump", metavar=('config_file', 'dump_name'), nargs=2, type=str, - required=False, help='Load an create a new data dump with the configuration file chosen') + required=False, help='Load and create a new data dump with the configuration file chosen') parser.add_argument("-run", "--run", type=str, required=False, help='Run a simulation with the dump chosen')