Skip to content

Commit 6d28650

Browse files
committed
better explain the -N option usage
fixes #49
1 parent 7f31bea commit 6d28650

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/org/opensolaris/opengrok/index/CommandLineOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public CommandLineOptions() {
9191
options.add(new Option('L', "path", "Path to the subdirectory in the web-application containing the requested stylesheet. The following factory-defaults exist: \"default\", \"offwhite\" and \"polished\""));
9292
options.add(new Option('l', ON_OFF, "Turn on/off locking of the Lucene database during index generation"));
9393
options.add(new Option('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(new Option('N', "/path/to/symlink", "Allow this symlink to be followed. Option may be repeated."));
94+
options.add(new Option('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."));
9595
options.add(new Option('n', null, "Do not generate indexes, but process all other command line options"));
9696
options.add(new Option('O', ON_OFF, "Turn on/off the optimization of the index database as part of the indexing step"));
9797
options.add(new Option('o', "path", "File with extra command line options for ctags"));

0 commit comments

Comments
 (0)