瀏覽代碼

fix typo, change sample cert expiry value

Signed-off-by: Charles Smith <charles.smith@docker.com>
Charles Smith 9 年之前
父節點
當前提交
8e53390b51
共有 1 個文件被更改,包括 1 次插入1 次删除
  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
-$ docker swarm update --cert-expirty 4000h0m0s
+$ docker swarm update --cert-expiry 720h
 ```
 
 ## Related information