Index: trunk/bin/mp3find
===================================================================
--- trunk/bin/mp3find	(revision 43)
+++ trunk/bin/mp3find	(revision 1)
@@ -3,4 +3,5 @@
 
 use Getopt::Long qw(:config pass_through); # use pass_through so we can get the query args
+use lib '/home/peter/projects/mp3-find/lib';
 
 use MP3::Find qw(Filesystem);
@@ -26,5 +27,4 @@
     printf      => $FORMAT,
     db_file     => catfile($ENV{HOME}, 'mp3.db'),
-    use_id3v2   => 1,  # search using ID3v2 tags by default
 );
 
@@ -60,13 +60,11 @@
 =over
 
-=item C<-ignore-case>, C<-i>
+=item C<-i>
 
 Case insensitive matching.
 
-=item C<-exact-match>, C<-w>
+=item C<-w>
 
-All search patterns must match the entire value, and not just a
-substring. This has the same effect as putting a C<^> and C<$>
-around each pattern.
+Match only whole words.
 
 =item C<-sort>
@@ -94,9 +92,8 @@
 instead.
 
-=item C<< -<field> <pattern> [patterns...] >>
+=item C<< <-field> <pattern> >>
 
-The fields you are searching on. More than one pattern for a given field
-are combined with 'OR', while the fields to be matched are 'AND'-ed together.
-For the list of recognized fields, see L<MP3::Find>.
+The fields you are searching on. These are and-ed together. For the list
+of recognized fields, see L<MP3::Find>.
 
 =back
@@ -106,10 +103,3 @@
 Peter Eichman <peichman@cpan.org>
 
-=head1 COPYRIGHT AND LICENSE
-
-Copyright (c) 2006 by Peter Eichman. All rights reserved.
-
-This program is free software; you can redistribute it and/or
-modify it under the same terms as Perl itself.
-
 =cut
