Documentation updates

This commit is contained in:
2011-06-16 17:09:31 -04:00
committed by Anna
parent fc5e5547a3
commit 1cb18a332e
6 changed files with 16 additions and 15 deletions

4
cp2dap
View File

@ -14,8 +14,8 @@ $HELP_MSG = "# Copy files to DAP, converting flac to ogg v$VERSION\n\tusage: cop
use File::Path qw(make_path remove_tree);
use Cwd;
my $dest='/mnt/dap/MUSIC';
my $tmpdir='/tmp/copy_to_dap';
my $dest='/mnt/phone/music/';
my $tmpdir='/tmp/cp2dap/';