new-words
diff new-words.sh @ 51:74e05d4436ee
minifix: spanish + italian
author | Igor Chubin <igor@chub.in> |
---|---|
date | Sun May 01 20:25:55 2011 +0200 (2011-05-01) |
parents | f95804355b0f |
children |
line diff
1.1 --- a/new-words.sh Sat Jan 01 19:47:39 2011 +0100 1.2 +++ b/new-words.sh Sun May 01 20:25:55 2011 +0200 1.3 @@ -12,6 +12,7 @@ 1.4 1.5 -h print this screen 1.6 -c show compressed wordlist: one word per group 1.7 + -f file show only words that are related to the words from the file 1.8 -k put higher words that are similar to the known words (only for English) 1.9 -l lang override language settings 1.10 -n non-interactive mode (don't run vi) 1.11 @@ -81,6 +82,7 @@ 1.12 FILTER_WORDS=YES 1.13 SHOW_VOC_STAT=NO 1.14 COMPRESSED_WORDLIST=NO 1.15 +ALLOWED_WORDS_FILENAME='' 1.16 while getopts cl:sSkanNp:t:Tm:Mr:23 opt 1.17 do 1.18 case "$opt" in