mirror of
https://github.com/apache/lucene.git
synced 2025-02-08 11:05:29 +00:00
Inserted space after [-t] in cmdline usage message to make it clear that there should be a space after the "-t" if it is used
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1132795 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
bdee0a9764
commit
2d56e6a05c
@ -97,7 +97,7 @@ public class HighFreqTerms {
|
|||||||
private static void usage() {
|
private static void usage() {
|
||||||
System.out
|
System.out
|
||||||
.println("\n\n"
|
.println("\n\n"
|
||||||
+ "java org.apache.lucene.misc.HighFreqTerms <index dir> [-t][number_terms] [field]\n\t -t: include totalTermFreq\n\n");
|
+ "java org.apache.lucene.misc.HighFreqTerms <index dir> [-t] [number_terms] [field]\n\t -t: include totalTermFreq\n\n");
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user