Selaa lähdekoodia

man docker-tag minor fixup

Signed-off-by: Sally O'Malley <somalley@redhat.com>
Sally O'Malley 10 vuotta sitten
vanhempi
commit
9c3aafd354
1 muutettua tiedostoa jossa 4 lisäystä ja 5 poistoa
  1. 4 5
      man/docker-tag.1.md

+ 4 - 5
man/docker-tag.1.md

@@ -21,7 +21,10 @@ registry located at `registry-1.docker.io` by default.
 **-f**, **--force**=*true*|*false*
 **-f**, **--force**=*true*|*false*
    When set to true, force the alias. The default is *false*.
    When set to true, force the alias. The default is *false*.
 
 
-**REGISTRYHOST**
+**--help**
+   Print usage statement.
+
+**REGISTRY_HOST**
    The hostname of the registry if required. This may also include the port
    The hostname of the registry if required. This may also include the port
 separated by a ':'
 separated by a ':'
 
 
@@ -37,10 +40,6 @@ recommended to be used for a version to distinguish images with the same name.
 Also, for consistency tags should only include a-z0-9-_. .
 Also, for consistency tags should only include a-z0-9-_. .
 Note that here TAG is a part of the overall name or "tag".
 Note that here TAG is a part of the overall name or "tag".
 
 
-# OPTIONS
-**-f**, **--force**=*true*|*false*
-   Force. The default is *false*.
-
 # EXAMPLES
 # EXAMPLES
 
 
 ## Giving an image a new alias
 ## Giving an image a new alias