We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a83c7ef commit c0fd0adCopy full SHA for c0fd0ad
README.md
@@ -30,7 +30,11 @@ See `python -m openstudiobackporter --help` for the list of command line paramet
30
Example:
31
32
```shell
33
-python -m openstudiobackporter --to-version 3.8.0 --save-intermediate --verbose /path/to/model3_10_0.osm
+python -m openstudiobackporter \
34
+ --to-version 3.8.0 \
35
+ --save-intermediate \
36
+ --verbose \
37
+ /path/to/model3_10_0.osm
38
```
39
40
### Library
0 commit comments