From 24e184d89542ac4050571cf702c05d82c64318a0 Mon Sep 17 00:00:00 2001 From: tpg Date: Thu, 30 Jun 2016 21:12:13 +0200 Subject: [PATCH] sort it --- cpio/cmdline.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }, -- 2.47.2