From 898114a6d010cabdbbac77386af2d94ceabd939c Mon Sep 17 00:00:00 2001 From: Sally O'Malley Date: Wed, 19 Aug 2015 09:35:52 -0400 Subject: [PATCH] add -H to SYNOPSIS man-history Signed-off-by: Sally O'Malley --- man/docker-history.1.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/man/docker-history.1.md b/man/docker-history.1.md index 268e378d06..247d6503ee 100644 --- a/man/docker-history.1.md +++ b/man/docker-history.1.md @@ -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*