summaryrefslogtreecommitdiff
path: root/tar/cmdline.c
diff options
context:
space:
mode:
authorMichihiro NAKAJIMA <ggcueroad@gmail.com>2009-01-26 09:36:09 -0500
committerMichihiro NAKAJIMA <ggcueroad@gmail.com>2009-01-26 09:36:09 -0500
commitf11ea26c9aaa5916f9be6ed0567024f7f22e91c6 (patch)
treeceb0fac550f9d913a6ee2b3cc2e9b5c50efd8a54 /tar/cmdline.c
parent6943997e8a3884678d7cceacb56c87959a4a2df9 (diff)
downloadlibarchive-f11ea26c9aaa5916f9be6ed0567024f7f22e91c6.tar.gz
Add support "--format-options" option to bsdtar to use
format option frame work. SVN-Revision: 492
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 09818a31..ad8b487a 100644
--- a/tar/cmdline.c
+++ b/tar/cmdline.c
@@ -83,6 +83,7 @@ static struct option {
{ "file", 1, 'f' },
{ "files-from", 1, 'T' },
{ "format", 1, OPTION_FORMAT },
+ { "format-options", 1, OPTION_FORMAT_OPTIONS },
{ "gunzip", 0, 'z' },
{ "gzip", 0, 'z' },
{ "help", 0, OPTION_HELP },