You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Alexandre Rafalovitch (JIRA)" <ji...@apache.org> on 2018/04/12 22:35:00 UTC

[jira] [Created] (SOLR-12218) solr.cmd will skip part of help text due to missing special character quote

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-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org