Align arg with other cli

Signed-off-by: yupeng <yu.peng36@zte.com.cn>
This commit is contained in:
yupeng 2016-11-05 10:45:15 +08:00
parent 2ee5bbcbfa
commit 46418414a2
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ func newDockerCommand(dockerCli *command.DockerCli) *cobra.Command {
var flags *pflag.FlagSet var flags *pflag.FlagSet
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,