Browse code

add -H to SYNOPSIS man-history

Signed-off-by: Sally O'Malley <somalley@redhat.com>

Sally O'Malley authored on 2015/08/19 22:35:52
Showing 1 changed files
... ...
@@ -7,6 +7,7 @@ docker-history - Show the history of an image
7 7
 # SYNOPSIS
8 8
 **docker history**
9 9
 [**--help**]
10
+[**-H**|**--human**[=*true*]]
10 11
 [**--no-trunc**[=*false*]]
11 12
 [**-q**|**--quiet**[=*false*]]
12 13
 IMAGE
... ...
@@ -19,7 +20,7 @@ Show the history of when and how an image was created.
19 19
 **--help**
20 20
   Print usage statement
21 21
 
22
-**-H**. **--human**=*true*|*false*
22
+**-H**, **--human**=*true*|*false*
23 23
     Print sizes and dates in human readable format. The default is *true*.
24 24
 
25 25
 **--no-trunc**=*true*|*false*