Browse Source

Merge pull request #25458 from sfsmithcha/fix_swarm_update_typo

fix typo, change sample cert expiry value
Vincent Demeester 9 years ago
parent
commit
e62b945013
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/commandline/swarm_update.md

+ 1 - 1
docs/reference/commandline/swarm_update.md

@@ -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