Modernize docs in zkcli.bat

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1670797 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Steven Rowe 2015-04-01 23:21:48 +00:00
parent f951625286
commit dabb2993fa
1 changed files with 3 additions and 3 deletions

View File

@ -10,11 +10,11 @@ set SDIR=%~dp0
if "%SDIR:~-1%"=="\" set SDIR=%SDIR:~0,-1%
IF exist %SDIR%\..\..\solr-webapp\webapp\nul (
echo %SDIR%\....\..\solr-webapp\webapp exists
echo %SDIR%\..\..\solr-webapp\webapp exists
) ELSE (
echo -------------------
echo Unzip example\webapps\solr.war to example\solr-webapp\. to use this script.
echo Starting the Solr example via start.jar will also do this extraction.
echo Unzip server\webapps\solr.war to server\solr-webapp\. to use this script.
echo Starting Solr via "bin\solr.cmd start" will also do this extraction.
echo -------------------
)