[rs-commit] r66 - /redwax-tool/trunk/redwax-tool.c
rs-commit at redwax.eu
rs-commit at redwax.eu
Wed Nov 24 16:09:24 CET 2021
Author: minfrin at redwax.eu
Date: Wed Nov 24 16:09:23 2021
New Revision: 66
Log:
Indent fix.
Modified:
redwax-tool/trunk/redwax-tool.c
Modified: redwax-tool/trunk/redwax-tool.c
==============================================================================
--- redwax-tool/trunk/redwax-tool.c (original)
+++ redwax-tool/trunk/redwax-tool.c Wed Nov 24 16:09:23 2021
@@ -212,7 +212,7 @@
{ "email", REDWAX_TOOL_EMAIL, 1, " --email=address\t\tSearch/verify by the given email address. Leaf\n\t\t\t\tcertificates matching the email address will\n\t\t\t\tbe included. Can be specified more than once." },
{ "hostname", REDWAX_TOOL_HOSTNAME, 1, " --hostname=domain\t\tSearch/verify by the given hostname. Leaf\n\t\t\t\tcertificates matching the hostname will be\n\t\t\t\tkept, taking into account wildcards where\n\t\t\t\tpresent." },
{ "ip", REDWAX_TOOL_IP, 1, " --ip=address\t\t\tSearch/verify by the given IP address. Leaf\n\t\t\t\tcertificates matching the IP address will be\n\t\t\t\tincluded. Can be specified more than once." },
- { "current", REDWAX_TOOL_CURRENT, 0, " --current\t\t\t\tMatch the top ranking leaf certificate, and\n\t\t\t\tignore all other leaf certificates. The top\n\t\t\t\tcertificate is valid, and has the longest time\n\t\t\t\tto expiry." },
+ { "current", REDWAX_TOOL_CURRENT, 0, " --current\t\t\tMatch the top ranking leaf certificate, and\n\t\t\t\tignore all other leaf certificates. The top\n\t\t\t\tcertificate is valid, and has the longest time\n\t\t\t\tto expiry." },
{ "cert-out", REDWAX_TOOL_CERT_OUT, 0,
" --cert-out\t\t\tInclude leaf certificates in certificate output." },
{ "no-cert-out", REDWAX_TOOL_NO_CERT_OUT, 0,
More information about the rs-commit
mailing list