Skip to content

Commit ebfa7eb

Browse files
committed
README: resync help output with README
1 parent e8abbbc commit ebfa7eb

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.adoc

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -55,20 +55,20 @@ scenarios should arise in the worst case:
5555
Usage: reflac [OPTION]... [--] DIRECTORY...
5656
5757
-h --help Displays this help text
58-
-V --version Displays the version of this program
59-
-v --verbose Increases the verbosity. Use once to display the FLACs
60-
currently being processed, use twice for the full ‘flac’
61-
output.
62-
-r --recursive Recurse into directories.
58+
-0 --fast Use the fastest, but worst, compression possible.
59+
-1..-7 Adjust FLAC compression between these standard ranges.
60+
The default is -5, the same as for flac itself.
61+
-8 --best Use the slowest, but best, compression possible.
6362
-n --no-action Do not recompress. With --verbose, displays a list of
6463
files that would be processed.
6564
-p --preserve Preserve file modification time.
65+
-r --recursive Recurse into directories.
6666
-s --no-sync Do not synchronize file data. Will return faster, with
6767
the potential danger to lose your files in a system crash.
68-
-0 --fast Use the fastest, but worst, compression possible.
69-
-1..-7 Adjust FLAC compresion between these standard ranges.
70-
The default is -5, the same as for flac itself.
71-
-8 --best Use the slowest, but best, compression possible.
68+
-v --verbose Increases the verbosity. Use once to display the FLACs
69+
currently being processed, use twice for the full ‘flac’
70+
output.
71+
-V --version Displays the version of this program
7272
7373
DIRECTORY should point ‘reflac’ to somewhere that contains *.flac
7474
files. Optionally terminate the argument list with -- so that any

0 commit comments

Comments
 (0)