remove "use lib"
[id3fs.git] / sbin / id3fsd
index f4f766d..12808ed 100755 (executable)
@@ -16,7 +16,6 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-use lib '/home/ianb/projects/id3fs/id3fs/lib'; # FIXME: remove
 use strict;
 use Getopt::Long qw(Configure);
 use ID3FS::DB;
@@ -71,7 +70,7 @@ $fuse->run();
 sub usage
 {
     die("Usage: $me [-vh] [-f <dbfile>] [-t <tagdepth>] [--] <sourcedir> <mountpoint>\n".
-       " -t|--tagdepth=NUM\tMaximum number of tags in expression (default: 10)\n" .
+       " -t|--tagdepth=NUM\tMaximum number of tags in expression (default: 6)\n" .
        " -f|--database=FILE\tPath to database file\n" .
        " -v\t\t\tVerbose (repeat for more verbosity)\n".
        " -h\t\t\tThis help\n".
@@ -140,7 +139,7 @@ Directory to mount the id3fs view of the files.
 Maximum number of tags in an expression. A query with many ANDs and
 NOTs can get quite slow. This option allows a cutoff before things get
 too slow, as well as providing some eventual limit when processes
-recurse into the filesystem. The default is 10.
+recurse into the filesystem. The default is 6.
 
 =item S<B<-f >I<FILE>> | S<B<--database=>I<FILE>>