Skip to content

Commit

Permalink
Merge pull request lidaobing#4 from Saigut/master
Browse files Browse the repository at this point in the history
修正tar的j参数
  • Loading branch information
lidaobing committed Nov 6, 2013
2 parents f064606 + 9a5b287 commit ab3b4fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/man1/tar.1
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,9 @@ tar cf man.tar ./man
.TP
.B -i, --ignore-zeros
忽略存档中的 0 字节块(通常意味着文件结束)
.TP
.B -j, --bzip2, --bunzip2
用 bzip2 对存档压缩或解压
.TP
.B --ignore-failed-read
在不可读文件中作 0 标记后再退出???
Expand Down Expand Up @@ -312,9 +315,6 @@ like -p -s
.B -X, --exclude-from FILE
从指定文件中读入不想包含的文件的列表
.TP
.B -y, --bzip2, --bunzip2
用 bzip2 对存档压缩或解压
.TP
.B -Z, --compress, --uncompress
用 compress 对存档压缩或解压
.TP
Expand Down

0 comments on commit ab3b4fc

Please sign in to comment.