Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LSC
lsc
Commits
faac1c25
Commit
faac1c25
authored
Jul 19, 2012
by
Clément OUDOT
Browse files
Disable buggy convert option (references #485)
parent
ae90815d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/org/lsc/Launcher.java
View file @
faac1c25
...
...
@@ -119,7 +119,8 @@ public final class Launcher {
options
.
addOption
(
"f"
,
"config"
,
true
,
"Specify configuration directory"
);
options
.
addOption
(
"t"
,
"threads"
,
true
,
"Number of parallel threads to synchronize a task (default: 5)"
);
options
.
addOption
(
"i"
,
"time-limit"
,
true
,
"Time limit in parallel server mode in seconds (default: 3600)"
);
options
.
addOption
(
"x"
,
"convert"
,
false
,
"Convert lsc.properties to lsc.xml (-f is mandatory while converting)"
);
// Temporary disabled for 2.0 release, see #485
// options.addOption("x", "convert", false, "Convert lsc.properties to lsc.xml (-f is mandatory while converting)");
options
.
addOption
(
"h"
,
"help"
,
false
,
"Get this text"
);
}
...
...
Write
Preview
Supports
Markdown
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