epugh commented on code in PR #1634:
URL: https://github.com/apache/solr/pull/1634#discussion_r1195094074


##########
solr/solr-ref-guide/modules/indexing-guide/pages/post-tool.adoc:
##########
@@ -161,12 +166,12 @@ Index a PDF as the user "solr" with password "SolrRocks":
 
 [source,bash]
 ----
-bin/post -u solr:SolrRocks -c gettingstarted a.pdf
+bin/solr post -u solr:SolrRocks -url 
http://localhost:8983/solr/gettingstarted/update a.pdf
 ----
 
 == Post Tool Windows Support
 
-`bin/post` is a Unix shell script and as such cannot be used directly on 
Windows.
+`bin/solr post` is a Unix shell script and as such cannot be used directly on 
Windows.

Review Comment:
   thanks..   THough I guess I better make sure bin/solr.cmd post works!



-- 
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