Merge pull request #28020 from YuPengZTE/devArg

Align arg with other cli
Upstream-commit: 6e0893f304ec5dd994f81ef4c41cc174d35d6a1d
Component: engine
This commit is contained in:
Vincent Demeester
2016-11-07 08:58:51 +01:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@ -22,7 +22,7 @@ func newDockerCommand(dockerCli *command.DockerCli) *cobra.Command {
var flags *pflag.FlagSet
cmd := &cobra.Command{
Use: "docker [OPTIONS] COMMAND [arg...]",
Use: "docker [OPTIONS] COMMAND [ARG...]",
Short: "A self-sufficient runtime for containers",
SilenceUsage: true,
SilenceErrors: true,

View File

@ -20,7 +20,7 @@ or execute `docker help`:
```bash
$ docker
Usage: docker [OPTIONS] COMMAND [arg...]
Usage: docker [OPTIONS] COMMAND [ARG...]
docker [ --help | -v | --version ]
A self-sufficient runtime for containers.

View File

@ -5,7 +5,7 @@
docker \- Docker image and container command line interface
# SYNOPSIS
**docker** [OPTIONS] COMMAND [arg...]
**docker** [OPTIONS] COMMAND [ARG...]
**docker** daemon [--help|...]