This is an automated email from the ASF dual-hosted git repository.
vkulichenko pushed a commit to branch ignite-3.0.0-alpha2
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
The following commit(s) were added to refs/heads/ignite-3.0.0-alpha2 by this
push:
new 2edfc73 IGNITE-15022 - Fixed the 'node stop' command in Getting
Started Guide
2edfc73 is described below
commit 2edfc7303b06541520b0bb9d4a8ecd48c39b969a
Author: Valentin Kulichenko <[email protected]>
AuthorDate: Wed Jun 30 11:44:53 2021 -0700
IGNITE-15022 - Fixed the 'node stop' command in Getting Started Guide
---
docs/_docs/quick-start/getting-started-guide.adoc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/_docs/quick-start/getting-started-guide.adoc
b/docs/_docs/quick-start/getting-started-guide.adoc
index e04dacd..0b3b4e3 100644
--- a/docs/_docs/quick-start/getting-started-guide.adoc
+++ b/docs/_docs/quick-start/getting-started-guide.adoc
@@ -198,10 +198,10 @@ To run an example:
== Stopping the Cluster
-To stop the node, use the command below passing `myFirstNode` as a node unique
identifier:
+To stop the node, use the command below passing `node-1` as a node unique
identifier:
[source, shell]
----
-ignite node stop myFirstNode
+ignite node stop node-1
----