Skip to content

Commit 8c70cc3

Browse files
author
peterbclements
committed
Updated
1 parent e940ae7 commit 8c70cc3

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README

+6-2
Original file line numberDiff line numberDiff line change
@@ -90,12 +90,16 @@ The command line parameters for par2cmdline are as follow:
9090
Options:
9191

9292
-b<n> : Set the Block-Count
93-
-s<n> : Set the Block-Size
93+
-s<n> : Set the Block-Size (Don't use both -b and -s)
9494
-r<n> : Level of Redundancy (%)
95+
-c<n> : Recovery block count (don't use both -r and -c)
9596
-f<n> : First Recovery-Block-Number
9697
-u : Uniform recovery file sizes
97-
-n<n> : Number of recovery files
98+
-l : Limit size of recovery files (Don't use both -u and -l)
99+
-n<n> : Number of recovery files (Don't use both -n and -l)
98100
-m<n> : Memory (in MB) to use
101+
-v [-v]: Be more verbose
102+
-q [-q]: Be more quiet (-qq gives silence)
99103
-- : Treat all remaining CommandLine as filenames
100104

101105
If you wish to create par2 files for a single source file, you may leave

0 commit comments

Comments
 (0)