make cmd short short consistency and change docs
Signed-off-by: allencloud <allen.sun@daocloud.io> Upstream-commit: 184afb92bf0bda1f47b5e1812ee1134328e272e2 Component: engine
This commit is contained in:
@ -27,7 +27,7 @@ func newInspectCommand(dockerCli *client.DockerCli) *cobra.Command {
|
||||
|
||||
cmd := &cobra.Command{
|
||||
Use: "inspect [OPTIONS] self|NODE [NODE...]",
|
||||
Short: "Inspect a node in the swarm",
|
||||
Short: "Display detailed information on one or more nodes",
|
||||
Args: cli.RequiresMinArgs(1),
|
||||
RunE: func(cmd *cobra.Command, args []string) error {
|
||||
opts.nodeIds = args
|
||||
|
||||
Reference in New Issue
Block a user