@@ -20,8 +20,8 @@ device.
2020
2121== Requirements
2222
23- Both `flac` and `metaflac` need to be in your $PATH. These programs
24- are normally packaged together as “flac” by distributions.
23+ `flac` needs to be in your $PATH. This program is normally packaged
24+ as “flac” by distributions.
2525
2626The script both depends on Bash and GNU features of other core
2727utilities. Versions of `mv`, `getopt`, `sync`, etc from other sources
@@ -61,7 +61,6 @@ Usage: reflac [OPTION]... [--] DIRECTORY...
6161 -8 --best Use the slowest, but best, compression possible.
6262 -n --no-action Do not recompress. With --verbose, displays a list of
6363 files that would be processed.
64- -p --preserve Preserve file modification time.
6564 -r --recursive Recurse into directories.
6665 -s --no-sync Do not synchronize file data. Will return faster, with
6766 the potential danger to lose your files in a system crash.
@@ -99,7 +98,7 @@ example. The original file will not have been overwritten,
9998maintaining the existing compression as well as the existing tags.
10099
101100The choice is left to the user for repairing the file manually, such
102- as by editing the tag file and using `metaflac` yourself , or removing
103- the temporary directory altogether. The author uses, and recommends,
101+ as by using `metaflac`, or removing the temporary directory
102+ altogether. The author uses, and recommends,
104103https://picard.musicbrainz.org/[MusicBrainz Picard] to retag files
105104before using `reflac`.
0 commit comments