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
@@ -74,7 +74,7 @@ public CommandLineOptions() {
74
74
options.add(newOption('?', null, "Help"));
75
75
options.add(newOption('A', ".ext|prefix.:analyzer", "Files with the named prefix/extension should be analyzed with the specified class"));
76
76
options.add(newOption('a', ON_OFF, "Allow or disallow leading wildcards in a search"));
77
-
options.add(newOption('B', "url", "Base URL of the user Information provider. Default: \"http://www.myserver.org/viewProfile.jspa?username=\""));
77
+
options.add(newOption('B', "url", "Base URL of the user Information provider. Example: \"http://www.myserver.org/viewProfile.jspa?username=\". Use \"none\" to disable link."));
78
78
options.add(newOption('C', null, "Print per project percentage progress information(I/O extensive, since one read through dir structure is made before indexing, needs -v, otherwise it just goes to the log)"));
79
79
options.add(newOption('c', "/path/to/ctags", "Path to Exuberant Ctags from http://ctags.sf.net by default takes the Exuberant Ctags in PATH."));
80
80
options.add(newOption('d', "/path/to/data/root", "The directory where OpenGrok stores the generated data"));
0 commit comments