]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
add GNU compatible blocking-factor alias, add cpio long alias for dereference
authortpg <tpgxyz@gmail.com>
Wed, 29 Jun 2016 19:04:08 +0000 (21:04 +0200)
committertpg <tpgxyz@gmail.com>
Wed, 29 Jun 2016 19:04:08 +0000 (21:04 +0200)
cpio/cmdline.c
tar/cmdline.c

index 7e59536957a40806ff0a78ac6e106e3eceaa1b11..ce8e998854dc6f18b8f746771f4c940963172a3b 100644 (file)
@@ -70,6 +70,7 @@ static const struct option {
        { "grzip",                      0, OPTION_GRZIP },
        { "help",                       0, 'h' },
        { "insecure",                   0, OPTION_INSECURE },
+       { "dereference",                0, 'L' },
        { "link",                       0, 'l' },
        { "list",                       0, 't' },
        { "lrzip",                      0, OPTION_LRZIP },
index fd0712a0dd6cb2ff24b44c70e5d2f06118830d15..c87741cc565eca11dd1c2ec193a9e73a21c8c3f2 100644 (file)
@@ -68,6 +68,7 @@ static const struct bsdtar_option {
        { "auto-compress",        0, 'a' },
        { "b64encode",            0, OPTION_B64ENCODE },
        { "block-size",           1, 'b' },
+       { "blocking-factor",      1, 'b' },
        { "bunzip2",              0, 'j' },
        { "bzip",                 0, 'j' },
        { "bzip2",                0, 'j' },