summaryrefslogtreecommitdiff
path: root/docs/reference/commandline/node_promote.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/reference/commandline/node_promote.md')
-rw-r--r--docs/reference/commandline/node_promote.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/reference/commandline/node_promote.md b/docs/reference/commandline/node_promote.md
index 92092a8935..1ebbe9550c 100644
--- a/docs/reference/commandline/node_promote.md
+++ b/docs/reference/commandline/node_promote.md
@@ -24,14 +24,18 @@ Options:
--help Print usage
```
-Promotes a node to manager. This command targets a docker engine that is a manager in the swarm.
+## Description
+Promotes a node to manager. This command targets a docker engine that is a
+manager in the swarm.
+
+## Examples
```bash
$ docker node promote <node name>
```
-## Related information
+## Related commands
* [node demote](node_demote.md)
* [node inspect](node_inspect.md)