Index: /trunk/Changes
===================================================================
--- /trunk/Changes	(revision 5)
+++ /trunk/Changes	(revision 6)
@@ -3,2 +3,6 @@
 0.01  29 Jan 2006
     - first CPAN release
+
+0.02
+    - doc updates (thanks to Michael Slass for the suggestion)
+
Index: /trunk/lib/MP3/Find.pm
===================================================================
--- /trunk/lib/MP3/Find.pm	(revision 5)
+++ /trunk/lib/MP3/Find.pm	(revision 6)
@@ -89,6 +89,6 @@
 =item C<dir>
 
-Where to start the search. This can either be a single string or
-an arrayref. Defaults to your home directory.
+Arrayref or scalar; tell C<find_mp3s> where to start the search.
+Directories in the arrayref are searched sequentially.
 
 =item C<query>
@@ -98,14 +98,16 @@
 or lower case; C<find_mp3s> will convert them into upper case for 
 you. Value may either be strings, which are converted into regular
-exporessions, or may be C<qr[...]> regular expressions already.
+exporessions, or may be C<qr/.../> regular expressions already.
 
 =item C<ignore_case>
 
-Ignore case when matching search strings to the ID3 tag values.
+Boolean, default false; set to a true value to ignore case when
+matching search strings to the ID3 tag values.
 
 =item C<exact_match>
 
-Adds an implicit C<^> and C<$> around each query string. Does nothing
-if the query is already a regular expression.
+Boolean, default false; set to a true value to add an implicit
+C<^> and C<$> around each query string. Does nothing if the query
+term is already a regular expression.
 
 =item C<sort>
@@ -138,8 +140,9 @@
 =item C<no_format>
 
-Causes C<find_mp3s> to return an array of hashrefs instead of an array
-of (formatted) strings. Each hashref consists of the key-value pairs
-from C<MP3::Info::get_mp3_tag> and C<MP3::Info::get_mp3_info>, plus
-the key C<FILENAME> (with the obvious value ;-)
+Boolean, default false; set to a true value to have C<find_mp3s> to
+return an array of hashrefs instead of an array of (formatted) strings.
+Each hashref consists of the key-value pairs from C<MP3::Info::get_mp3_tag>
+and C<MP3::Info::get_mp3_info>, plus the key C<FILENAME> (with the obvious 
+value ;-)
 
     @results = (
