tMerge pull request #206 from emlun/master - tomb - the crypto undertaker
 (HTM) git clone git://parazyd.org/tomb.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 6af6cddc81f9c0890f25d4fd098824509145a109
 (DIR) parent 4c1f0eee3c84f10f5fd4d3a8580cdcf90f1eeddf
 (HTM) Author: Jaromil <jaromil@dyne.org>
       Date:   Sun, 12 Jul 2015 10:18:01 +0200
       
       Merge pull request #206 from emlun/master
       
       Fix comment typo: --use-random => --use-urandom
       Diffstat:
         M tomb                                |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/tomb b/tomb
       t@@ -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