Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sven Gestegård Robertz
LabComm
Commits
a31dae65
Commit
a31dae65
authored
Jun 25, 2014
by
Sven Gestegård Robertz
Browse files
Changed RAPID help text to be correct. (RTFC...)
parent
d341c8ca
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/LabComm.java
View file @
a31dae65
...
...
@@ -31,7 +31,7 @@ public class LabComm {
println
(
" -P Generates Python code in FILE.py"
);
println
(
" --python=PFILE Generates Python code in PFILE"
);
println
(
"[ RAPID options ]"
);
println
(
" --rapid
=FILE
Generates RAPID code in FILE"
);
println
(
" --rapid
Generates RAPID code in FILE
.sys
"
);
println
(
"[ Misc options ]"
);
println
(
" --pretty Pretty prints on standard output"
);
println
(
" --typeinfo=TIFILE Generates typeinfo in TIFILE"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment