浏览代码

Merge pull request #16425 from charleswhchan/fix-version-doc

Add missing '[OPTIONS]' arg to documentation for 'docker version'.
moxiegirl 9 年之前
父节点
当前提交
4133401bf9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/reference/commandline/version.md

+ 1 - 1
docs/reference/commandline/version.md

@@ -11,7 +11,7 @@ weight=1
 
 
 # version
 # version
 
 
-    Usage: docker version
+    Usage: docker version [OPTIONS]
 
 
     Show the Docker version information.
     Show the Docker version information.