Skip to content

Commit c0fd0ad

Browse files
committed
line break in demo command
1 parent a83c7ef commit c0fd0ad

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,11 @@ See `python -m openstudiobackporter --help` for the list of command line paramet
3030
Example:
3131

3232
```shell
33-
python -m openstudiobackporter --to-version 3.8.0 --save-intermediate --verbose /path/to/model3_10_0.osm
33+
python -m openstudiobackporter \
34+
--to-version 3.8.0 \
35+
--save-intermediate \
36+
--verbose \
37+
/path/to/model3_10_0.osm
3438
```
3539

3640
### Library

0 commit comments

Comments
 (0)