mirror of https://github.com/docker/cli.git
Align arg with other cli
Signed-off-by: yupeng <yu.peng36@zte.com.cn>
This commit is contained in:
parent
2ee5bbcbfa
commit
46418414a2
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue