Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
mikael.beyene
pow
Commits
5cc4eb62
Commit
5cc4eb62
authored
Jun 24, 2021
by
mikael.beyene
Browse files
Update Options.java
parent
830bf333
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/edu/kit/aifb/cii/pow/cmd/Options.java
View file @
5cc4eb62
...
...
@@ -21,7 +21,7 @@ import picocli.CommandLine.Command;
import
picocli.CommandLine.Option
;
@Command
(
name
=
"java -jar p
ow
.jar"
,
name
=
"java -jar p
roof-of-work
.jar"
,
mixinStandardHelpOptions
=
true
,
version
=
"1.0-SNAPSHOT"
)
...
...
@@ -31,4 +31,4 @@ public class Options {
description
=
"Scaling factor that is applied to Integer.MAX in order to compute target. "
+
"Needs to be larger than 0 and less or equal than 1."
,
converter
=
TargetScaleFactorConverter
.
class
)
public
double
targetScaleFactor
;
}
\ No newline at end of file
}
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