Merge pull request #206 from emlun/master

Fix comment typo: --use-random => --use-urandom
This commit is contained in:
Jaromil 2015-07-12 10:18:01 +02:00
commit 6af6cddc81

2
tomb
View File

@ -1475,7 +1475,7 @@ forge_key() {
_message "To make it faster you can move the mouse around."
_message "If you are on a server, you can use an Entropy Generation Daemon."
# Use /dev/random as the entropy source, unless --use-random is specified
# Use /dev/random as the entropy source, unless --use-urandom is specified
local random_source=/dev/random
{ option_is_set --use-urandom } && random_source=/dev/urandom