Skip to content

Commit c8d71b4

Browse files
authored
remove extra dash
1 parent 166e91f commit c8d71b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/stolonctl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
`stolonctl` is the stolon client which controls the stolon cluster(s).
44

55
Since `stolonctl`needs to communicate with the cluster backend store, it requires providing the requested cluster name (`--cluster-name`), its store backend type (`--store-backend`), and how to reach the store, such as:
6-
* For etcdv2, etcdv3 or consul as store, a comma separated list of endpoints (`--store--endpoints`).
6+
* For etcdv2, etcdv3 or consul as store, a comma separated list of endpoints (`--store-endpoints`).
77
* For kubernetes as store, the kind of kubernetes resources (`--kube-resource-kind`). See below.
88

99
`stolonctl` example for checking the status of a cluster named "stolon-cluster" using "etcdv3" as a store backend:

0 commit comments

Comments
 (0)