We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 35cd5f9 + c72edd9 commit 4072a76Copy full SHA for 4072a76
1 file changed
sslscan.c
@@ -4180,7 +4180,7 @@ int main(int argc, char *argv[])
4180
printf(" %s--show-ciphers%s Show supported client ciphers\n", COL_GREEN, RESET);
4181
printf(" %s--show-cipher-ids%s Show cipher ids\n", COL_GREEN, RESET);
4182
printf(" %s--iana-names%s Use IANA/RFC cipher names rather than OpenSSL ones\n", COL_GREEN, RESET);
4183
- printf(" %s--show-times%s Show handhake times in milliseconds\n", COL_GREEN, RESET);
+ printf(" %s--show-times%s Show handshake times in milliseconds\n", COL_GREEN, RESET);
4184
printf("\n");
4185
printf(" %s--no-cipher-details%s Disable EC curve names and EDH/RSA key lengths output\n", COL_GREEN, RESET);
4186
printf(" %s--no-ciphersuites%s Do not check for supported ciphersuites\n", COL_GREEN, RESET);
0 commit comments