Skip to content

Commit c2c994e

Browse files
authored
docs: update documentation and fix small grammar mistake (#178)
This commit updates documentation to be consistent with our init command. I also made a small grammar mistake in a previous commit. Fixing it here
1 parent b2c7f1a commit c2c994e

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

docs/ecctl-getting-started.asciidoc

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,15 @@ $ ecctl init
113113
Welcome to the Elastic Cloud CLI! This command will guide you through authenticating and setting some default values.
114114
115115
Missing configuration file, would you like to initialise it? [y/n]: y
116-
Enter the URL of your ECE installation: https://192.168.44.10:12434
116+
117+
Select which type of Elastic Cloud offering will you be working with:
118+
[1] Elasticsearch Service (default).
119+
[2] Elastic Cloud Enterprise (ECE).
120+
[3] Elasticsearch Service Private (ESSP).
121+
122+
Please enter your choice: 1
123+
124+
Using "https://api.elastic-cloud.com" as the API endpoint.
117125
118126
What default output format would you like?
119127
[1] text - Human-readable output format, commands with no output templates defined will fall back to JSON.

pkg/ecctl/init.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ const (
7878

7979
var (
8080
hostChoiceMsg = `
81-
Select which type of Elastic Cloud offering will you be working with:
81+
Select which type of Elastic Cloud offering you will be working with:
8282
[1] Elasticsearch Service (default).
8383
[2] Elastic Cloud Enterprise (ECE).
8484
[3] Elasticsearch Service Private (ESSP).

0 commit comments

Comments
 (0)