1
0
mirror of https://github.com/docker/cli.git synced 2025-08-08 12:02:07 +03:00

fix typo, change sample cert expiry value

Signed-off-by: Charles Smith <charles.smith@docker.com>
This commit is contained in:
Charles Smith
2016-08-05 16:51:07 -07:00
committed by Tibor Vass
parent 52dd4d9c5e
commit 86315be2f0

View File

@@ -27,7 +27,7 @@ Updates a swarm with new parameter values. This command must target a manager no
```bash ```bash
$ docker swarm update --cert-expirty 4000h0m0s $ docker swarm update --cert-expiry 720h
``` ```
## Related information ## Related information