ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/src/vendor/libarchive/dist/cpio/cmdline.c
(Generate patch)

Comparing vendor/libarchive/dist/cpio/cmdline.c (file contents):
Revision 9164 by laffer1, Fri Aug 14 02:18:04 2015 UTC vs.
Revision 9165 by laffer1, Fri Oct 14 02:40:30 2016 UTC

# Line 73 | Line 73 | static const struct option {
73          { "link",                       0, 'l' },
74          { "list",                       0, 't' },
75          { "lrzip",                      0, OPTION_LRZIP },
76 +        { "lz4",                        0, OPTION_LZ4 },
77          { "lzma",                       0, OPTION_LZMA },
78          { "lzop",                       0, OPTION_LZOP },
79          { "make-directories",           0, 'd' },
# Line 80 | Line 81 | static const struct option {
81          { "null",                       0, '0' },
82          { "numeric-uid-gid",            0, 'n' },
83          { "owner",                      1, 'R' },
84 +        { "passphrase",                 1, OPTION_PASSPHRASE },
85          { "pass-through",               0, 'p' },
86          { "preserve-modification-time", 0, 'm' },
87          { "preserve-owner",             0, OPTION_PRESERVE_OWNER },

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines