Skip to content

Commit 68e43e3

Browse files
committed
fix docs
1 parent d7ca11c commit 68e43e3

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

docs/reference/commands/node-tool.asciidoc

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ with the data on disk.
1313
[source,shell]
1414
--------------------------------------------------
1515
bin/elasticsearch-node repurpose|unsafe-bootstrap|detach-cluster|override-version
16-
[--ordinal <Integer>] [-E <KeyValuePair>]
16+
[-E <KeyValuePair>]
1717
[-h, --help] ([-s, --silent] | [-v, --verbose])
1818
--------------------------------------------------
1919

@@ -290,10 +290,6 @@ it can join a different cluster.
290290
`override-version`:: Overwrites the version number stored in the data path so
291291
that a node can start despite being incompatible with the on-disk data.
292292

293-
`--ordinal <Integer>`:: If there is <<max-local-storage-nodes,more than one
294-
node sharing a data path>> then this specifies which node to target. Defaults
295-
to `0`, meaning to use the first node in the data path.
296-
297293
`-E <KeyValuePair>`:: Configures a setting.
298294

299295
`-h, --help`:: Returns all of the command parameters.

0 commit comments

Comments
 (0)