Browse Source

Merge pull request #6426 from tianon/fix-import-man-error

Fix contrib/man/md/docker-import.1.md warning ("macro `tar.gz,' not defined")
Sven Dowideit 11 năm trước cách đây
mục cha
commit
875b0698e8
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      contrib/man/md/docker-import.1.md

+ 2 - 2
contrib/man/md/docker-import.1.md

@@ -9,8 +9,8 @@ of the tarball into it.
 **docker import** URL|- [REPOSITORY[:TAG]]
 
 # DESCRIPTION
-Create a new filesystem image from the contents of a tarball (.tar,
-.tar.gz, .tgz, .bzip, .tar.xz, .txz) into it, then optionally tag it.
+Create a new filesystem image from the contents of a tarball (`.tar`,
+`.tar.gz`, `.tgz`, `.bzip`, `.tar.xz`, `.txz`) into it, then optionally tag it.
 
 # EXAMPLES