diff --git a/tools/songdb.pl b/tools/songdb.pl
index 7154ba33d8..b2ab78082a 100755
--- a/tools/songdb.pl
+++ b/tools/songdb.pl
@@ -74,7 +74,23 @@ my $dbver = 3;
if(! -d $dir or $help) {
print "'$dir' is not a directory\n" if ($dir ne "" and ! -d $dir);
- print "songdb --path
[--dirisalbum] [--dirisalbumname] [--db ] [--strip ] [--add ] [--verbose] [--help]\n";
+ print < [--dirisalbum] [--dirisalbumname] [--db ] [--strip ] [--add ] [--verbose] [--help]
+
+Options:
+
+ --path Where your music collection is found
+ --dirisalbum Use dir name as album name if the album name is missing in the
+ tags
+ --dirisalbumname Uh, isn\'t this the same as the above?
+ --db What to call the output file. Defaults to rockbox.tagdb
+ --strip Removes this string from the left of all file names
+ --add Adds this string to the left of all file names
+ --verbose Shows more details while working
+ --help This text
+MOO
+;
exit;
}