Browse code

Update 'save' command help

Based on review feedback.

Signed-off-by: Martin Mosegaard Amdisen <martin.amdisen@praqma.com>

Martin Mosegaard Amdisen authored on 2016/03/22 16:16:52
Showing 4 changed files
... ...
@@ -56,7 +56,7 @@ var dockerCommands = []Command{
56 56
 	{"rm", "Remove one or more containers"},
57 57
 	{"rmi", "Remove one or more images"},
58 58
 	{"run", "Run a command in a new container"},
59
-	{"save", "Save images to a tar archive"},
59
+	{"save", "Save one or more images to a tar archive"},
60 60
 	{"search", "Search the Docker Hub for images"},
61 61
 	{"start", "Start one or more stopped containers"},
62 62
 	{"stats", "Display a live stream of container(s) resource usage statistics"},
... ...
@@ -12,7 +12,7 @@ parent = "smn_cli"
12 12
 
13 13
     Usage: docker save [OPTIONS] IMAGE [IMAGE...]
14 14
 
15
-    Save images to a tar archive (streamed to STDOUT by default)
15
+    Save one or more images to a tar archive (streamed to STDOUT by default)
16 16
 
17 17
       --help             Print usage
18 18
       -o, --output=""    Write to a file, instead of STDOUT
... ...
@@ -37,7 +37,7 @@ Restores both images and tags.
37 37
     fedora              latest              58394af37342        7 weeks ago         385.5 MB
38 38
 
39 39
 # See also
40
-**docker-save(1)** to save images to a tar archive (streamed to STDOUT by default).
40
+**docker-save(1)** to save one or more images to a tar archive (streamed to STDOUT by default).
41 41
 
42 42
 # HISTORY
43 43
 April 2014, Originally compiled by William Henry (whenry at redhat dot com)
... ...
@@ -2,7 +2,7 @@
2 2
 % Docker Community
3 3
 % JUNE 2014
4 4
 # NAME
5
-docker-save - Save images to a tar archive (streamed to STDOUT by default)
5
+docker-save - Save one or more images to a tar archive (streamed to STDOUT by default)
6 6
 
7 7
 # SYNOPSIS
8 8
 **docker save**