Просмотр исходного кода

Consistently capitalize CLI options

Docker-DCO-1.1-Signed-off-by: James Turnbull <james@lovedthanlost.net> (github: jamtur01)
James Turnbull 11 лет назад
Родитель
Сommit
41bf38e44d
1 измененных файлов с 8 добавлено и 8 удалено
  1. 8 8
      docs/sources/reference/commandline/cli.rst

+ 8 - 8
docs/sources/reference/commandline/cli.rst

@@ -527,7 +527,7 @@ For example:
     Show the history of an image
     Show the history of an image
 
 
       --no-trunc=false: Don't truncate output
       --no-trunc=false: Don't truncate output
-      -q, --quiet=false: only show numeric IDs
+      -q, --quiet=false: Only show numeric IDs
 
 
 To see how the ``docker:latest`` image was built:
 To see how the ``docker:latest`` image was built:
 
 
@@ -574,11 +574,11 @@ To see how the ``docker:latest`` image was built:
 
 
     List images
     List images
 
 
-      -a, --all=false: show all images (by default filter out the intermediate images used to build)
+      -a, --all=false: Show all images (by default filter out the intermediate images used to build)
       --no-trunc=false: Don't truncate output
       --no-trunc=false: Don't truncate output
-      -q, --quiet=false: only show numeric IDs
-      --tree=false: output graph in tree format
-      --viz=false: output graph in graphviz format
+      -q, --quiet=false: Only show numeric IDs
+      --tree=false: Output graph in tree format
+      --viz=false: Output graph in graphviz format
 
 
 Listing the most recently created images
 Listing the most recently created images
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -874,9 +874,9 @@ Known Issues (kill)
 
 
     Register or Login to the docker registry server
     Register or Login to the docker registry server
 
 
-    -e, --email="": email
-    -p, --password="": password
-    -u, --username="": username
+    -e, --email="": Email
+    -p, --password="": Password
+    -u, --username="": Username
 
 
     If you want to login to a private registry you can
     If you want to login to a private registry you can
     specify this by adding the server name.
     specify this by adding the server name.