Thanks.

There was a brief comment about -d, :


Code:
--------------------
    
  # set -d as first argument to enable debug, which
  # show operations that would be performed
  
--------------------

but it wasn't at the top of the file.  Here's an update:


Code:
--------------------
    
  # Mirrors a directory tree of FLAC files, with the mirrored files
  # containing only comment blocks (i.e. the audio data is stripped),
  # thus substantially reducing the FLAC file size.  Original FLAC
  # files are not modified.
  #
  ...
  #
  # Usage:
  #   flactruncate.pl [-d] path ...
  #
  #       -d       Debug - show what would occur, but no actions are taken
  #       path     The path to a file or directory to be mirrored
  #
  
--------------------


-- 
MrC
------------------------------------------------------------------------
MrC's Profile: http://forums.slimdevices.com/member.php?userid=468
View this thread: http://forums.slimdevices.com/showthread.php?t=17228

_______________________________________________
beta mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/beta

Reply via email to