From: tpg Date: Thu, 30 Jun 2016 19:12:13 +0000 (+0200) Subject: sort it X-Git-Tag: v3.2.2~41^2~3^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F733%2Fhead;p=thirdparty%2Flibarchive.git sort it --- diff --git a/cpio/cmdline.c b/cpio/cmdline.c index ce8e99885..0c10b2cdc 100644 --- a/cpio/cmdline.c +++ b/cpio/cmdline.c @@ -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 },