Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS will be completely phased out by mid-2025. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit 070de0b8 authored by Markus Quaritsch's avatar Markus Quaritsch
Browse files

remove unnecessary backslashes

parent 26f5121b
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ It is possible to control basic functions of VECTO via command line arguments (e
###Standard Mode
VECTO.exe -run \[-close\] \[file1.vecto file2.vecto ... fileN.vecto\]
VECTO.exe -run [-close] [file1.vecto file2.vecto ... fileN.vecto]
Runs calculation(s) either with the provided .vecto file(s) or (if no file names are defined) with the files already loaded on start up\*. If -**close** is used then VECTO closes after calculations are done.
......@@ -23,7 +23,7 @@ Runs calculation(s) either with the provided .vecto file(s) or (if no file names
###Batch Mode
VECTO.exe -run -batch \[-close\] \[file1.vecto file2.vecto ... fileN.vecto\] \[cycle1.vdri cycle2.vdri ... cycleN.vdri\]
VECTO.exe -run -batch [-close] [file1.vecto file2.vecto ... fileN.vecto] [cycle1.vdri cycle2.vdri ... cycleN.vdri]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment