Skip to content

Commit d7a4441

Browse files
committed
[DOCS] Remove X-Pack references from SQL CLI (#30694)
1 parent b52021f commit d7a4441

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

x-pack/docs/en/sql/endpoints/cli.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[[sql-cli]]
33
== SQL CLI
44

5-
X-Pack ships with a script to run the SQL CLI in its bin directory:
5+
Elasticsearch ships with a script to run the SQL CLI in its `bin` directory:
66

77
[source,bash]
88
--------------------------------------------------
@@ -11,7 +11,7 @@ $ ./bin/elasticsearch-sql-cli
1111

1212
The jar containing the SQL CLI is a stand alone Java application and
1313
the scripts just launch it. You can move it around to other machines
14-
without having to install Elasticsearch or X-Pack on them.
14+
without having to install Elasticsearch on them.
1515

1616
You can pass the URL of the Elasticsearch instance to connect to as
1717
the first parameter:

0 commit comments

Comments
 (0)