summaryrefslogtreecommitdiff
path: root/tar/bsdtar.h
diff options
context:
space:
mode:
authorTim Kientzle <kientzle@gmail.com>2009-03-26 02:23:14 -0400
committerTim Kientzle <kientzle@gmail.com>2009-03-26 02:23:14 -0400
commit949feea6d731b66337148beed3738e5a6bdb25f5 (patch)
tree4a84fb473fb912501623829f10908b717ca4102e /tar/bsdtar.h
parent1352c87864add3ea340f51717ab02a2350c09fd9 (diff)
downloadlibarchive-949feea6d731b66337148beed3738e5a6bdb25f5.tar.gz
Rename --format-options to simply --options, since these are options
for filter/compressors as well as format handlers. On write, set options before we open the file. SVN-Revision: 857
Diffstat (limited to 'tar/bsdtar.h')
-rw-r--r--tar/bsdtar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tar/bsdtar.h b/tar/bsdtar.h
index e73a2d7c..26fe0d3f 100644
--- a/tar/bsdtar.h
+++ b/tar/bsdtar.h
@@ -60,7 +60,7 @@ struct bsdtar {
char option_chroot; /* --chroot */
char option_dont_traverse_mounts; /* --one-file-system */
char option_fast_read; /* --fast-read */
- const char *option_format_options; /* --format-options */
+ const char *option_options; /* --options */
char option_honor_nodump; /* --nodump */
char option_interactive; /* -w */
char option_no_owner; /* -o */
@@ -111,7 +111,7 @@ enum {
OPTION_CHROOT,
OPTION_EXCLUDE,
OPTION_FORMAT,
- OPTION_FORMAT_OPTIONS,
+ OPTION_OPTIONS,
OPTION_HELP,
OPTION_INCLUDE,
OPTION_KEEP_NEWER_FILES,