From c92a67f91ecd8ffd13c98fe9d7b598a15df1e5ac Mon Sep 17 00:00:00 2001 From: Casper Date: Sat, 15 Oct 2022 00:32:25 +0200 Subject: [PATCH] Fix typo (#2830) --- target/bin/open-dkim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/bin/open-dkim b/target/bin/open-dkim index e0d83bd0..7bf13598 100755 --- a/target/bin/open-dkim +++ b/target/bin/open-dkim @@ -26,7 +26,7 @@ ${ORANGE}OPTIONS${RESET} help Print the usage information. ${BLUE}Configuration adjustments${RESET} - keysize Set the size of the keys to be generated. Possible are 1024, 2024 and 4096 (default). + keysize Set the size of the keys to be generated. Possible are 1024, 2048 and 4096 (default). selector Set a manual selector (default is 'mail') for the key. (${LCYAN}ATTENTION${RESET}: NOT IMPLEMENTED YET!) domain Provide the domain(s) for which keys are to be generated.