From c652fdc74fba087441639f3546957ee434e4087f Mon Sep 17 00:00:00 2001 From: Gitea Date: Tue, 19 Feb 2019 22:06:08 -0500 Subject: [PATCH] Initialize as an npm project. --- passphrase | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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