Align with other cli descriptions

Signed-off-by: yupeng <yu.peng36@zte.com.cn>
This commit is contained in:
yupeng 2016-11-01 11:07:31 +08:00
parent 773a7f6cb8
commit f1b1e55f7a
1 changed files with 1 additions and 1 deletions

View File

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