Index: trunk/bin/mp3find
===================================================================
--- trunk/bin/mp3find	(revision 10)
+++ trunk/bin/mp3find	(revision 22)
@@ -14,4 +14,5 @@
     'sort|s=s'      => \my $SORT_TAG,
     'printf=s'      => \my $FORMAT,
+    '2'             => \my $USE_ID3V2,
 );
 
@@ -27,4 +28,5 @@
     printf      => $FORMAT,
     db_file     => catfile($ENV{HOME}, 'mp3.db'),
+    use_id3v2   => $USE_ID3V2,
 );
 
@@ -69,4 +71,12 @@
 substring. This has the same effect as putting a C<^> and C<$>
 around each pattern.
+
+=item C<-2>
+
+Lets you give ID3v2 frame ids as search fields. For instance, to
+find everything which has been tagged as having an "Original artist"
+(i.e., It's probably a cover song):
+
+    mp3find ~/music -tope .
 
 =item C<-sort>
