Merge pull request #15696 from sallyom/man-history-fixup

add -H to SYNOPSIS man-history
This commit is contained in:
Sven Dowideit 2015-08-20 22:11:50 +10:00
commit 272a3eef94
1 changed files with 2 additions and 1 deletions

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*