summaryrefslogtreecommitdiff
path: root/tar/cmdline.c
diff options
context:
space:
mode:
authorMichihiro NAKAJIMA <ggcueroad@gmail.com>2012-10-31 12:55:42 +0900
committerMichihiro NAKAJIMA <ggcueroad@gmail.com>2012-10-31 12:55:42 +0900
commit6238bed625a8292852a347e7cea53cb06b800538 (patch)
tree6bf97664e7cb1f27d1e6f6cfe9a015fbaaa33ffa /tar/cmdline.c
parentcb02c0ffbe45f615f0a6e7d4fbecb732c6ec6639 (diff)
downloadlibarchive-6238bed625a8292852a347e7cea53cb06b800538.tar.gz
Add --nopreserveHFSCompression option to bsdtar to prevent
a file which was compressed before archived from automatically HFS+ Compression.
Diffstat (limited to 'tar/cmdline.c')
-rw-r--r--tar/cmdline.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tar/cmdline.c b/tar/cmdline.c
index bc18b2c2..4444b80c 100644
--- a/tar/cmdline.c
+++ b/tar/cmdline.c
@@ -115,6 +115,7 @@ static const struct bsdtar_option {
{ "no-same-owner", 0, OPTION_NO_SAME_OWNER },
{ "no-same-permissions", 0, OPTION_NO_SAME_PERMISSIONS },
{ "nodump", 0, OPTION_NODUMP },
+ { "nopreserveHFSCompression",0, OPTION_NOPRESERVE_HFS_COMPRESSION },
{ "norecurse", 0, 'n' },
{ "null", 0, OPTION_NULL },
{ "numeric-owner", 0, OPTION_NUMERIC_OWNER },