mirror of https://github.com/docker/cli.git
Align with other cli descriptions
Signed-off-by: yupeng <yu.peng36@zte.com.cn>
This commit is contained in:
parent
773a7f6cb8
commit
f1b1e55f7a
|
@ -23,7 +23,7 @@ func newDockerCommand(dockerCli *command.DockerCli) *cobra.Command {
|
||||||
|
|
||||||
cmd := &cobra.Command{
|
cmd := &cobra.Command{
|
||||||
Use: "docker [OPTIONS] COMMAND [arg...]",
|
Use: "docker [OPTIONS] COMMAND [arg...]",
|
||||||
Short: "A self-sufficient runtime for containers.",
|
Short: "A self-sufficient runtime for containers",
|
||||||
SilenceUsage: true,
|
SilenceUsage: true,
|
||||||
SilenceErrors: true,
|
SilenceErrors: true,
|
||||||
TraverseChildren: true,
|
TraverseChildren: true,
|
||||||
|
|
Loading…
Reference in New Issue