diff -r 44d2d4fa9ec8 -r d0fcacd6421d find-new-words.sh --- a/find-new-words.sh Fri Jan 08 22:36:40 2010 +0200 +++ b/find-new-words.sh Fri Jan 08 22:42:26 2010 +0200 @@ -5,6 +5,9 @@ fi if [ "$1" = --help ]; then + echo Simple utility for searching word those not are in dictionary. + echo Search done by grep. + echo echo find-new-words DICTIONARY echo words read from stdin echo @@ -39,4 +42,4 @@ exit 0 fi done <$2 -fi \ No newline at end of file +fi