From 4730b6d211ef892de7bd60dae4bb33c9af2506cd Mon Sep 17 00:00:00 2001 From: Emil Lundberg Date: Tue, 7 Jul 2015 09:56:16 +0200 Subject: [PATCH] Fix comment typo: --use-random => --use-urandom --- tomb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tomb b/tomb index 6e2a6ee..a84f938 100755 --- a/tomb +++ b/tomb @@ -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