summaryrefslogtreecommitdiff
path: root/tar/cmdline.c
diff options
context:
space:
mode:
authorMichihiro NAKAJIMA <ggcueroad@gmail.com>2012-10-10 08:17:05 +0900
committerMichihiro NAKAJIMA <ggcueroad@gmail.com>2012-10-10 10:32:43 +0900
commit630ead783593075e974858372b9c171abb2df28a (patch)
tree40fe55e30b9b106de444fe01e0472fc8819e1587 /tar/cmdline.c
parenta2576a7428397690d890e7a7a010ba2db8fc6906 (diff)
downloadlibarchive-630ead783593075e974858372b9c171abb2df28a.tar.gz
Add support for grzip 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 684e28bf..e658ec86 100644
--- a/tar/cmdline.c
+++ b/tar/cmdline.c
@@ -88,6 +88,7 @@ static const struct bsdtar_option {
{ "format", 1, OPTION_FORMAT },
{ "gid", 1, OPTION_GID },
{ "gname", 1, OPTION_GNAME },
+ { "grzip", 0, OPTION_GRZIP },
{ "gunzip", 0, 'z' },
{ "gzip", 0, 'z' },
{ "help", 0, OPTION_HELP },