You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/org/opensolaris/opengrok/index/CommandLineOptions.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -91,7 +91,7 @@ public CommandLineOptions() {
91
91
options.add(newOption('L', "path", "Path to the subdirectory in the web-application containing the requested stylesheet. The following factory-defaults exist: \"default\", \"offwhite\" and \"polished\""));
92
92
options.add(newOption('l', ON_OFF, "Turn on/off locking of the Lucene database during index generation"));
93
93
options.add(newOption('m', NUMBER, "Amount of memory that may be used for buffering added documents and deletions before they are flushed to the Directory(default "+Configuration.defaultRamBufferSize+"MB). Please increase JVM heap accordingly, too."));
94
-
options.add(newOption('N', "/path/to/symlink", "Allow this symlink to be followed. Option may be repeated."));
94
+
options.add(newOption('N', "/path/to/symlink", "Allow this symlink to be followed. Option may be repeated. By default only symlinks directly under source root directory are allowed."));
95
95
options.add(newOption('n', null, "Do not generate indexes, but process all other command line options"));
96
96
options.add(newOption('O', ON_OFF, "Turn on/off the optimization of the index database as part of the indexing step"));
97
97
options.add(newOption('o', "path", "File with extra command line options for ctags"));
0 commit comments