mirror of https://github.com/apache/lucene.git
add whitespace on usage help
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1346322 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c70cb208fa
commit
5cc7658e79
|
@ -1683,6 +1683,7 @@ public class CheckIndex {
|
||||||
" You can't use this with the -fix option\n" +
|
" You can't use this with the -fix option\n" +
|
||||||
" -dir-impl X: use a specific " + FSDirectory.class.getSimpleName() + " implementation. " +
|
" -dir-impl X: use a specific " + FSDirectory.class.getSimpleName() + " implementation. " +
|
||||||
"If no package is specified the " + FSDirectory.class.getPackage().getName() + " package will be used.\n" +
|
"If no package is specified the " + FSDirectory.class.getPackage().getName() + " package will be used.\n" +
|
||||||
|
"\n" +
|
||||||
"**WARNING**: -fix should only be used on an emergency basis as it will cause\n" +
|
"**WARNING**: -fix should only be used on an emergency basis as it will cause\n" +
|
||||||
"documents (perhaps many) to be permanently removed from the index. Always make\n" +
|
"documents (perhaps many) to be permanently removed from the index. Always make\n" +
|
||||||
"a backup copy of your index before running this! Do not run this tool on an index\n" +
|
"a backup copy of your index before running this! Do not run this tool on an index\n" +
|
||||||
|
|
Loading…
Reference in New Issue