Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn>
| ... | ... |
@@ -27,7 +27,7 @@ func NewInfoCommand(dockerCli *client.DockerCli) *cobra.Command {
|
| 27 | 27 |
var opts infoOptions |
| 28 | 28 |
|
| 29 | 29 |
cmd := &cobra.Command{
|
| 30 |
- Use: "info", |
|
| 30 |
+ Use: "info [OPTIONS]", |
|
| 31 | 31 |
Short: "Display system-wide information", |
| 32 | 32 |
Args: cli.NoArgs, |
| 33 | 33 |
RunE: func(cmd *cobra.Command, args []string) error {
|