Skip to content

Commit

Permalink
Re-merge update of pull request trusteddomainproject#228 from r-a-z-v…
Browse files Browse the repository at this point in the history
…-a-n/CheckSigningTable

reorder parameter list for brevity
  • Loading branch information
futatuki committed Dec 22, 2024
2 parents e902521 + 5236d47 commit 49adf9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opendkim/opendkim.c
Original file line number Diff line number Diff line change
Expand Up @@ -15533,13 +15533,13 @@ usage(void)
"\t-A \tauto-restart\n"
"\t-b modes \tselect operating modes\n"
"\t-c canon \tcanonicalization to use when signing\n"
"\t-G \tforce walk SigningTable when loading config\n"
"\t-d domlist \tdomains to sign\n"
"\t-D \talso sign subdomains\n"
"\t-e name \textract configuration value and exit\n"
"\t-f \tdon't fork-and-exit\n"
"\t-F time \tfixed timestamp to use when signing (test mode only)\n"
"\t-g \tdo not walk SigningTable when loading config\n"
"\t-G \tforce walk SigningTable when loading config\n"
"\t-k keyfile \tlocation of secret key file\n"
"\t-l \tlog activity to system log\n"
"\t-L limit \tsignature limit requirements\n"
Expand Down

0 comments on commit 49adf9e

Please sign in to comment.