1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

add -H to SYNOPSIS man-history

Signed-off-by: Sally O'Malley <somalley@redhat.com>
This commit is contained in:
Sally O'Malley 2015-08-19 09:35:52 -04:00
parent d997351e97
commit 898114a6d0

View file

@ -7,6 +7,7 @@ docker-history - Show the history of an image
# SYNOPSIS
**docker history**
[**--help**]
[**-H**|**--human**[=*true*]]
[**--no-trunc**[=*false*]]
[**-q**|**--quiet**[=*false*]]
IMAGE
@ -19,7 +20,7 @@ Show the history of when and how an image was created.
**--help**
Print usage statement
**-H**. **--human**=*true*|*false*
**-H**, **--human**=*true*|*false*
Print sizes and dates in human readable format. The default is *true*.
**--no-trunc**=*true*|*false*