浏览代码

Add more to tag's -f flag's help

Was noticed in #9798

Signed-off-by: Doug Davis <dug@us.ibm.com>
Doug Davis 9 年之前
父节点
当前提交
a70079ea23
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      api/client/tag.go
  2. 1 1
      docs/reference/commandline/tag.md

+ 1 - 1
api/client/tag.go

@@ -14,7 +14,7 @@ import (
 // Usage: docker tag [OPTIONS] IMAGE[:TAG] [REGISTRYHOST/][USERNAME/]NAME[:TAG]
 func (cli *DockerCli) CmdTag(args ...string) error {
 	cmd := Cli.Subcmd("tag", []string{"IMAGE[:TAG] [REGISTRYHOST/][USERNAME/]NAME[:TAG]"}, Cli.DockerCommands["tag"].Description, true)
-	force := cmd.Bool([]string{"f", "-force"}, false, "Force")
+	force := cmd.Bool([]string{"f", "-force"}, false, "Force the tagging even if there's a conflict")
 	cmd.Require(flag.Exact, 2)
 
 	cmd.ParseFlags(args, true)

+ 1 - 1
docs/reference/commandline/tag.md

@@ -14,7 +14,7 @@ parent = "smn_cli"
 
     Tag an image into a repository
 
-      -f, --force=false    Force
+      -f, --force=false    Force the tagging even if there's a conflict
       --help=false         Print usage
 
 You can group your images together using names and tags, and then upload them