Alexandre Rafalovitch created SOLR-12218:
--------------------------------------------

             Summary: solr.cmd will skip part of help text due to missing 
special character quote
                 Key: SOLR-12218
                 URL: https://issues.apache.org/jira/browse/SOLR-12218
             Project: Solr
          Issue Type: Bug
      Security Level: Public (Default Security Level. Issues are Public)
          Components: documentation
    Affects Versions: 7.1
         Environment: Windows
            Reporter: Alexandre Rafalovitch
            Assignee: Alexandre Rafalovitch


SOLR-11084 introduced some help text that was not properly escaped in Windows 
batch file (solr.cmd), cause an - easy to miss - error message and truncated 
help information for the _bin\solr start -help_ command (anything after -t 
option).

The fix is to either quote the whole line (done in other part of the file) or 
quote the specific (less than and more than) characters, which for the echo 
command is done with the ^ character, just as it is used a couple of lines 
lower in the same file.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to