From 863e88f49a835250c221ff649dcdbff754516966 Mon Sep 17 00:00:00 2001 From: Marie Houillon <marie.houillon@kit.edu> Date: Mon, 13 Sep 2021 15:00:22 +0200 Subject: [PATCH] Typos in documentation --- carputils/bundle/__init__.py | 2 +- carputils/bundle/bundle.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/carputils/bundle/__init__.py b/carputils/bundle/__init__.py index f768047..92f30ff 100644 --- a/carputils/bundle/__init__.py +++ b/carputils/bundle/__init__.py @@ -52,7 +52,7 @@ contain autogenerated data about the environment in which the bundle was created - the python version used to create the bundle It is also possible to provide the outputs of the simulation in the bundle, by using the -`--bundle_output` option in addition to the `--bundle` option. +`--bundle-output` option in addition to the `--bundle` option. This option creates a `sim_outputs` folder in the bundle, in which is put: - the `meshes` folder located in the experiment directory - the `$jobID` folder which contains the outputs of the experiment diff --git a/carputils/bundle/bundle.py b/carputils/bundle/bundle.py index 821155b..c6ab8aa 100644 --- a/carputils/bundle/bundle.py +++ b/carputils/bundle/bundle.py @@ -54,7 +54,7 @@ contain autogenerated data about the environment in which the bundle was created - the python version used to create the bundle It is also possible to provide the outputs of the simulation in the bundle, by using the -`--bundle_output` option in addition to the `--bundle` option. +`--bundle-output` option in addition to the `--bundle` option. This option creates a `sim_outputs` folder in the bundle, in which is put: - the `meshes` folder located in the experiment directory - the `$jobID` folder which contains the outputs of the experiment -- GitLab