浏览代码

add -H to SYNOPSIS man-history

Signed-off-by: Sally O'Malley <somalley@redhat.com>
Sally O'Malley 10 年之前
父节点
当前提交
898114a6d0
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      man/docker-history.1.md

+ 2 - 1
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*