Browse code

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

Was noticed in #9798

Signed-off-by: Doug Davis <dug@us.ibm.com>

Doug Davis authored on 2015/11/24 00:20:10
Showing 2 changed files
... ...
@@ -14,7 +14,7 @@ import (
14 14
 // Usage: docker tag [OPTIONS] IMAGE[:TAG] [REGISTRYHOST/][USERNAME/]NAME[:TAG]
15 15
 func (cli *DockerCli) CmdTag(args ...string) error {
16 16
 	cmd := Cli.Subcmd("tag", []string{"IMAGE[:TAG] [REGISTRYHOST/][USERNAME/]NAME[:TAG]"}, Cli.DockerCommands["tag"].Description, true)
17
-	force := cmd.Bool([]string{"f", "-force"}, false, "Force")
17
+	force := cmd.Bool([]string{"f", "-force"}, false, "Force the tagging even if there's a conflict")
18 18
 	cmd.Require(flag.Exact, 2)
19 19
 
20 20
 	cmd.ParseFlags(args, true)
... ...
@@ -14,7 +14,7 @@ parent = "smn_cli"
14 14
 
15 15
     Tag an image into a repository
16 16
 
17
-      -f, --force=false    Force
17
+      -f, --force=false    Force the tagging even if there's a conflict
18 18
       --help=false         Print usage
19 19
 
20 20
 You can group your images together using names and tags, and then upload them