Searched refs:NUMBER (Results 1 - 1 of 1) sorted by relevance

/opengrok-jel/src/org/opensolaris/opengrok/index/
H A DCommandLineOptions.java42 private static final String NUMBER = "number"; field in class:CommandLineOptions
93 options.add(new Option('m', NUMBER, "The maximum words to index in a file"));
106 options.add(new Option('T', NUMBER, "The number of threads to use for index generation. By default the number of threads will be set to the number of available CPUs"));
107 options.add(new Option('t', NUMBER, "Default tabsize to use (number of spaces per tab character)"));
115 options.add(new Option('z', NUMBER, "depth of scanning for repositories in directory structure relative to source root"));

Completed in 8 milliseconds