aboutsummaryrefslogtreecommitdiffstats
path: root/g10/gpg.c
diff options
context:
space:
mode:
Diffstat (limited to 'g10/gpg.c')
-rw-r--r--g10/gpg.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/g10/gpg.c b/g10/gpg.c
index c5c6f87ad..910977a6c 100644
--- a/g10/gpg.c
+++ b/g10/gpg.c
@@ -2040,6 +2040,8 @@ parse_list_options(char *str)
NULL},
{"show-only-fpr-mbox",LIST_SHOW_ONLY_FPR_MBOX, NULL,
NULL},
+ {"sort-sigs", LIST_SORT_SIGS, NULL,
+ NULL},
{NULL,0,NULL,NULL}
};
@@ -2408,6 +2410,7 @@ main (int argc, char **argv)
| VERIFY_SHOW_STD_NOTATIONS
| VERIFY_SHOW_KEYSERVER_URLS);
opt.list_options = (LIST_SHOW_UID_VALIDITY
+ | LIST_SORT_SIGS
| LIST_SHOW_USAGE);
#ifdef NO_TRUST_MODELS
opt.trust_model = TM_ALWAYS;