1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #25458 from sfsmithcha/fix_swarm_update_typo

fix typo, change sample cert expiry value
This commit is contained in:
Vincent Demeester 2016-08-06 09:10:12 +02:00 committed by GitHub
commit e62b945013

View file

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