This is an automated email from the ASF dual-hosted git repository.

epugh pushed a commit to branch branch_9x
in repository https://gitbox.apache.org/repos/asf/solr.git


The following commit(s) were added to refs/heads/branch_9x by this push:
     new 8cca2b231f7 address that the word solrcli doesnt find this main page 
(#3188)
8cca2b231f7 is described below

commit 8cca2b231f7ffe11d60bd6755de5152e8686b9aa
Author: Eric Pugh <[email protected]>
AuthorDate: Sun Feb 16 09:15:46 2025 -0500

    address that the word solrcli doesnt find this main page (#3188)
---
 .../deployment-guide/pages/solr-control-script-reference.adoc       | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/solr/solr-ref-guide/modules/deployment-guide/pages/solr-control-script-reference.adoc
 
b/solr/solr-ref-guide/modules/deployment-guide/pages/solr-control-script-reference.adoc
index b28bcee9c6f..efe5c791b8d 100644
--- 
a/solr/solr-ref-guide/modules/deployment-guide/pages/solr-control-script-reference.adoc
+++ 
b/solr/solr-ref-guide/modules/deployment-guide/pages/solr-control-script-reference.adoc
@@ -16,14 +16,14 @@
 // specific language governing permissions and limitations
 // under the License.
 
-Solr includes a script known as "`bin/solr`" that allows you to perform many 
common operations on your Solr installation or cluster.
+The SolrCLI, available as the `bin/solr` script, is a versatile command-line 
tool that allows you to perform many common operations on your Solr 
installation or cluster.
 
 You can start and stop Solr, create and delete collections or cores, perform 
operations on ZooKeeper and check the status of Solr and configured shards.
 
 You can find the script in the `bin/` directory of your Solr installation.
-The `bin/solr` script makes Solr easier to work with by providing simple 
commands and options to quickly accomplish common goals.
+The SolrCLI makes Solr easier to work with by providing simple commands and 
options to quickly accomplish common goals.
 
-More examples of `bin/solr` in use are available throughout this Guide, but 
particularly in the sections xref:installing-solr.adoc#starting-solr[Starting 
Solr] and xref:getting-started:tutorial-solrcloud.adoc[].
+More examples of SolrCLI in use are available throughout this Guide, 
particularly in the sections xref:installing-solr.adoc#starting-solr[Starting 
Solr] and xref:getting-started:tutorial-solrcloud.adoc[].
 
 == Starting and Stopping
 

Reply via email to