]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
sort it 733/head
authortpg <tpgxyz@gmail.com>
Thu, 30 Jun 2016 19:12:13 +0000 (21:12 +0200)
committertpg <tpgxyz@gmail.com>
Thu, 30 Jun 2016 19:12:13 +0000 (21:12 +0200)
cpio/cmdline.c

index ce8e998854dc6f18b8f746771f4c940963172a3b..0c10b2cdcf8cbffed11e75144101cfe345f75681 100644 (file)
@@ -63,6 +63,7 @@ static const struct option {
 } cpio_longopts[] = {
        { "b64encode",                  0, OPTION_B64ENCODE },
        { "create",                     0, 'o' },
+       { "dereference",                0, 'L' },
        { "dot",                        0, 'V' },
        { "extract",                    0, 'i' },
        { "file",                       1, 'F' },
@@ -70,7 +71,6 @@ 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 },