mirror of
https://github.com/docker/cli.git
synced 2026-01-18 08:21:31 +03:00
cli: Change autolock flag description
This change incorporates feedback from @thaJeztah in the PR that added
the autolock flag. It changes the descriptions to be different for
"swarm init" and "swarm update" so that the boolean nature so that the
purpose of the flag in both contexts is clearer.
Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>
Upstream-commit: 0e93a16289
Component: cli
This commit is contained in:
committed by
Tibor Vass
parent
4bade530ac
commit
547c076109
@@ -22,7 +22,7 @@ Initialize a swarm
|
||||
|
||||
Options:
|
||||
--advertise-addr value Advertised address (format: <ip|interface>[:port])
|
||||
--autolock Enable or disable manager autolocking (requiring an unlock key to start a stopped manager)
|
||||
--autolock Enable manager autolocking (requiring an unlock key to start a stopped manager)
|
||||
--cert-expiry duration Validity period for node certificates (ns|us|ms|s|m|h) (default 2160h0m0s)
|
||||
--dispatcher-heartbeat duration Dispatcher heartbeat period (ns|us|ms|s|m|h) (default 5s)
|
||||
--external-ca value Specifications of one or more certificate signing endpoints
|
||||
|
||||
@@ -21,7 +21,7 @@ Usage: docker swarm update [OPTIONS]
|
||||
Update the swarm
|
||||
|
||||
Options:
|
||||
--autolock Enable or disable manager autolocking (requiring an unlock key to start a stopped manager)
|
||||
--autolock Change manager autolocking setting (true|false)
|
||||
--cert-expiry duration Validity period for node certificates (ns|us|ms|s|m|h) (default 2160h0m0s)
|
||||
--dispatcher-heartbeat duration Dispatcher heartbeat period (ns|us|ms|s|m|h) (default 5s)
|
||||
--external-ca value Specifications of one or more certificate signing endpoints
|
||||
|
||||
Reference in New Issue
Block a user