mkhludnev commented on PR #1768:
URL: https://github.com/apache/solr/pull/1768#issuecomment-1672151355

   Hi, @epugh.
   I started to explore this branch. Here we go: 
   ```
   \dev-slim>bin\solr
   ...
   Pass -help after any COMMAND to see command-specific usage information,
     such as:    solr start -help or solr stop -help
   ```
   
    I suppose we should have `--help` option here ^.
   
   But the first option I tried, stumbled me. 
   
   ```
   dev-slim>bin\solr start -h
   
   ERROR: Hostname is required
   
   Usage: solr start ....
   ```
   
   I dont' think we have a chance to resolve the clash between host and help. 
   
   ```
   
   \dev-slim>bin\solr start --help
   
   Invalid command-line option: --help
   
   Usage: solr start ...
   ```
   
   ```
   dev-slim>bin\solr start -help
   
   Usage: solr start [-f] ...
   ```
   
   I seems like one dash is working. 
   
   
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

Reply via email to