Skip to content
This repository was archived by the owner on Oct 28, 2021. It is now read-only.

Commit 9ab7d09

Browse files
authored
Merge pull request #5882 from binaryflesh/fix-alethkey-typo
fix typo
2 parents 2cc5937 + a544921 commit 9ab7d09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aleth-key/KeyAux.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -692,7 +692,7 @@ class KeyCLI
692692
<< " --force-nonce <n> Override the nonce for any transactions to be signed." << endl
693693
<< endl
694694
<< "Encryption configuration:" << endl
695-
<< " --kdf <kdfname> Specify KDF to use when encrypting (default: sc rypt)" << endl
695+
<< " --kdf <kdfname> Specify KDF to use when encrypting (default: scrypt)" << endl
696696
<< " --kdf-param <name> <value> Specify a parameter for the KDF." << endl
697697
// << " --cipher <ciphername> Specify cipher to use when encrypting (default: aes-128-ctr)" << endl
698698
// << " --cipher-param <name> <value> Specify a parameter for the cipher." << endl

0 commit comments

Comments
 (0)