Skip to content
Snippets Groups Projects
Commit d341c8ca authored by Sven Gestegård Robertz's avatar Sven Gestegård Robertz
Browse files

added RAPID to help text

parent 7e2e5f6c
Branches
Tags
No related merge requests found
...@@ -30,6 +30,8 @@ public class LabComm { ...@@ -30,6 +30,8 @@ public class LabComm {
println("[ Python options ]"); println("[ Python options ]");
println(" -P Generates Python code in FILE.py"); println(" -P Generates Python code in FILE.py");
println(" --python=PFILE Generates Python code in PFILE"); println(" --python=PFILE Generates Python code in PFILE");
println("[ RAPID options ]");
println(" --rapid=FILE Generates RAPID code in FILE");
println("[ Misc options ]"); println("[ Misc options ]");
println(" --pretty Pretty prints on standard output"); println(" --pretty Pretty prints on standard output");
println(" --typeinfo=TIFILE Generates typeinfo in TIFILE"); println(" --typeinfo=TIFILE Generates typeinfo in TIFILE");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment