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
Erik Jansson
LabComm
Commits
d341c8ca
Commit
d341c8ca
authored
Jun 25, 2014
by
Sven Gestegård Robertz
Browse files
added RAPID to help text
parent
7e2e5f6c
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/LabComm.java
View file @
d341c8ca
...
...
@@ -30,6 +30,8 @@ public class LabComm {
println
(
"[ Python options ]"
);
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
(
"[ Misc options ]"
);
println
(
" --pretty Pretty prints on standard output"
);
println
(
" --typeinfo=TIFILE Generates typeinfo in TIFILE"
);
...
...
@@ -92,7 +94,7 @@ public class LabComm {
String
pythonFile
=
null
;
String
prettyFile
=
null
;
String
typeinfoFile
=
null
;
String
rapidFile
=
null
;
String
rapidFile
=
null
;
for
(
int
i
=
0
;
i
<
args
.
length
;
i
++)
{
if
(
fileName
==
null
||
...
...
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