File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
opengrok-indexer/src/main/java/org/opengrok/indexer/index Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -720,9 +720,8 @@ public static String[] parseOptions(String[] argv) throws ParseException {
720
720
"Option may be repeated." ).Do (v -> repositories .add ((String ) v ));
721
721
722
722
parser .on ("-S" , "--search" , "=[path/to/repository]" ,
723
- "Search for source repositories under -s,--source, and add them." +
724
- "Path (relative to the source root) to repository is optional. " +
725
- "Option may be repeated." ).Do (v -> {
723
+ "Search for source repositories under -s,--source, and add them. Path" ,
724
+ "(relative to the source root) is optional. Option may be repeated." ).Do (v -> {
726
725
searchRepositories = true ;
727
726
String repoPath = (String ) v ;
728
727
if (!repoPath .isEmpty ()) {
You can’t perform that action at this time.
0 commit comments