diff --git a/passphrase b/passphrase index 8b6ec1b..f074ddf 100755 --- a/passphrase +++ b/passphrase @@ -5,9 +5,9 @@ # License: GNU GENERAL PUBLIC LICENSE # Description: Generates random phrases appropriate for memorable but secure passwords. -SPACE='' # default to no spaces between words -COUNT=1 # default to one group of passphrases -WORDS=3 # default to three-word phrases +SPACE='' # default to no spaces between words +COUNT=1 # default to one group of passphrases +WORDS=3 # default to three-word phrases DICT='/usr/share/dict/words' # standard location of the words file # DICT='/home/nicholas/passphrase/testdict' # a test dictionary