Extend comment.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Fri, 08 Jan 2010 22:42:26 +0200
changeset 25 d0fcacd6421d
parent 24 44d2d4fa9ec8
child 26 6dfc4ac2dc80
Extend comment.
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