Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
pedatestcontrib
droplet-sequence-generator
Commits
8515b0f8
Commit
8515b0f8
authored
Nov 12, 2018
by
Peter Wagenhuber
Browse files
added description for nloc parameter in usage message
parent
ffe60f81
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/TestNloc.java
View file @
8515b0f8
...
...
@@ -28,7 +28,7 @@ public class TestNloc {
System
.
out
.
println
(
"Values for mode: exhaustive, random, onlydefault"
);
System
.
out
.
println
(
"Deafult: exhaustive"
);
System
.
out
.
println
(
""
);
System
.
out
.
println
(
"nloc"
);
System
.
out
.
println
(
"nloc
<network>
"
);
System
.
out
.
println
(
"Values for nloc: S1, S2, S3, S4, S5"
);
System
.
out
.
println
(
"No default. Mandatory input!"
);
System
.
out
.
println
(
""
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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