# HG changeset patch # User Oleksandr Gavenko # Date 1262983346 -7200 # Node ID d0fcacd6421ded5e82f5aa8f423525863b36ed53 # Parent 44d2d4fa9ec83a5a42104d8515372ed8f8d1135c Extend comment. 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